|
AcousticTracer 0.1.0
An acoustic raytracing library.
|
AT_Triangle, AT_Vec3 and related functions. More...
#include <math.h>#include <float.h>#include <stdbool.h>Go to the source code of this file.
Data Structures | |
| union | AT_Vec3 |
| Groups three floats to represent a vector of size 3. More... | |
| struct | AT_Vec3i |
| Groups three integers to represent a vector of size 3. More... | |
| struct | AT_AABB |
| Axis-Aligned Bounding Box for triangle(s). More... | |
| struct | AT_Triangle |
| Groups three AT_Vec3 to represent a triangle. More... | |
AT_Triangle, AT_Vec3 and related functions.