Isis 3 Programmer Reference
|
Container for a tin, or triangular polygon. More...
Public Attributes | |
int | v0 |
The index of the first vertex in the tin. More... | |
int | v1 |
The index of the second vertex in the tin. More... | |
int | v2 |
The index of the third vertex in the tin. More... | |
Container for a tin, or triangular polygon.
The vertices are expected to be ordered counter-clockwise about the surface normal.
Definition at line 209 of file EmbreeTargetShape.h.
int Isis::EmbreeTargetShape::Triangle::v0 |
The index of the first vertex in the tin.
Definition at line 210 of file EmbreeTargetShape.h.
Referenced by Isis::EmbreeTargetShape::addIndices().
int Isis::EmbreeTargetShape::Triangle::v1 |
The index of the second vertex in the tin.
Definition at line 211 of file EmbreeTargetShape.h.
Referenced by Isis::EmbreeTargetShape::addIndices().
int Isis::EmbreeTargetShape::Triangle::v2 |
The index of the third vertex in the tin.
Definition at line 212 of file EmbreeTargetShape.h.
Referenced by Isis::EmbreeTargetShape::addIndices().