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

Groups three integers to represent a vector of size 3. More...

#include <at_math.h>

Data Fields

int x
int y
int z

Detailed Description

Groups three integers to represent a vector of size 3.

Field Documentation

◆ x

int AT_Vec3i::x

Vector's x coords.

◆ y

int AT_Vec3i::y

Vector's y coords.

◆ z

int AT_Vec3i::z

Vector's z coords.


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