[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description | |
|---|---|---|
| ClassifyTriangle(Triangle%) |
Overloaded ClassifyTriangle, simplified to reduce return parameters if not interested
| |
| ClassifyTriangle(Triangle%, Int32%, Int32%, Int32%) |
Classify the triangle against a plane defined by a triangle, and return
whether it's in front, behind, coplanar or intersecting the plane
note that if intersecting is returned, this is only in relation to
whether the triangle intersects the plane, not whether the two
triangles intersect
|