|
AcousticTracer 0.1.0
An acoustic raytracing library.
|
Groups three integers to represent a vector of size 3. More...
#include <at_math.h>
Data Fields | |
| int | x |
| int | y |
| int | z |
Groups three integers to represent a vector of size 3.
| int AT_Vec3i::x |
Vector's x coords.
| int AT_Vec3i::y |
Vector's y coords.
| int AT_Vec3i::z |
Vector's z coords.