|
AcousticTracer 0.1.0
An acoustic raytracing library.
|
Axis-Aligned Bounding Box for triangle(s). More...
#include <at_math.h>
Data Fields | |
| AT_Vec3 | min |
| AT_Vec3 | max |
Related Symbols | |
(Note that these are not member symbols.) | |
| void | AT_model_to_AABB (AT_AABB *out_aabb, const AT_Model *model) |
| Calculates the min and max of a model for AABB collision. | |
Axis-Aligned Bounding Box for triangle(s).
| AT_Vec3 AT_AABB::max |
Maximum x, y, and z in one vector.
| AT_Vec3 AT_AABB::min |
Minimum x, y, and z in one vector.