Back to class index
| Plane::ExamineSideSyntaxint Plane::ExamineSide(const Triangle &triangle) const; [12 lines of code]Performs a Triangle-Plane intersection test. Return ValueThis function returns the value 1 if the whole triangle is on the positive side of this plane, the value -1 if the whole triangle lies in the negative side of this plane, and 0 if the triangle intersects this plane. See Also |