- isPointInTriangle2D
bool isPointInTriangle2D(Vector2f pt, Vector2f v1, Vector2f v2, Vector2f v3)
Undocumented in source. Be warned that the author may not have intended to support it.
- sign
float sign(Vector2f p1, Vector2f p2, Vector2f p3)
Undocumented in source. Be warned that the author may not have intended to support it.
- triBarycentricCoords
Vector3f triBarycentricCoords(Vector3f v0, Vector3f v1, Vector3f v2, Vector3f p)
Undocumented in source. Be warned that the author may not have intended to support it.
- triBarycentricCoords
Vector3f triBarycentricCoords(Vector2f ta, Vector2f tb, Vector2f tc, float s, float t)
Undocumented in source. Be warned that the author may not have intended to support it.
- triObjectSpaceToTextureSpace
Vector2f triObjectSpaceToTextureSpace(Vector3f p1, Vector3f p2, Vector3f p3, Vector2f uv1, Vector2f uv2, Vector2f uv3, Vector3f pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- triTextureSpaceToObjectSpace
Vector3f triTextureSpaceToObjectSpace(Vector3f va, Vector3f vb, Vector3f vc, Vector3f bcc)
Undocumented in source. Be warned that the author may not have intended to support it.