Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | Namespace Members | Class Members | Related Pages

DistancePlaneToTriangle Struct Reference
[XEngineMath Library]

List of all members.

Detailed Description

Returns the distance of the given plane to the given triangle.

	Given a plane and a triangle, only one of the three vertices of the
	triangle can have minimum distance to the plane, if the plane and
	triangle do not intersect. If the triangle and plane intersect,
	to determine a point of intersection we first determine the edge of 
	the triangle that intersects the plane and then do a regular line-plane
	intersection calculation.
	


The documentation for this struct was generated from the following files: