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

Groups three AT_Vec3 to represent a triangle. More...

#include <at_math.h>

Data Fields

AT_Vec3 v1
AT_Vec3 v2
AT_Vec3 v3
AT_AABB aabb

Detailed Description

Groups three AT_Vec3 to represent a triangle.

Field Documentation

◆ aabb

AT_AABB AT_Triangle::aabb

Triangle's Axis-Aligned Bounding Box

◆ v1

AT_Vec3 AT_Triangle::v1

Triangle's first vertex.

◆ v2

AT_Vec3 AT_Triangle::v2

Triangle's second vertex.

◆ v3

AT_Vec3 AT_Triangle::v3

Triangle's third vertex.


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