AcousticTracer 0.1.0
An acoustic raytracing library.
Loading...
Searching...
No Matches
at_math.h File Reference

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

Detailed Description

AT_Triangle, AT_Vec3 and related functions.