Triangle

Triangle object

Members

Functions

boundingBox
AABB boundingBox()
Undocumented in source. Be warned that the author may not have intended to support it.
isPointInside
int isPointInside(Vector3f point)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

barycenter
Vector3f barycenter;
Undocumented in source.
d
float d;
Undocumented in source.
edges
Vector3f[3] edges;
Undocumented in source.
materialIndex
int materialIndex;
Undocumented in source.
n
Vector3f[3] n;
Undocumented in source.
normal
Vector3f normal;
Undocumented in source.
t1
Vector2f[3] t1;
Undocumented in source.
t2
Vector2f[3] t2;
Undocumented in source.
tg
Vector4f[3] tg;
Undocumented in source.
v
Vector3f[3] v;
Undocumented in source.

Meta