AcousticTracer 0.1.0
An acoustic raytracing library.
Loading...
Searching...
No Matches
AT_AABB Struct Reference

Axis-Aligned Bounding Box for triangle(s). More...

#include <at_math.h>

Data Fields

AT_Vec3 min
AT_Vec3 max

(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.

Detailed Description

Axis-Aligned Bounding Box for triangle(s).

Field Documentation

◆ max

AT_Vec3 AT_AABB::max

Maximum x, y, and z in one vector.

◆ min

AT_Vec3 AT_AABB::min

Minimum x, y, and z in one vector.


The documentation for this struct was generated from the following files: