Struct Argos::AABBTree::Triangle
ClassList > Argos > AABBTree > Triangle
A single triangle with its vertex positions, original vertex indices, and the source face it came from.
#include <AABBTree.h>
Public Attributes
| Type | Name |
|---|---|
| Vec3 | a |
| Vec3 | b |
| Vec3 | c |
| std::size_t | sourceFaceIndex |
| std::array< int, 3 > | vertexIndices |
Public Attributes Documentation
variable a
First vertex position.
variable b
Second vertex position.
variable c
Third vertex position.
variable sourceFaceIndex
Index of the originating face.
variable vertexIndices
Original vertex indices.
The documentation for this class was generated from the following file include/structure/AABBTree.h