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

DistancePlaneToRectangle Struct Reference
[XEngineMath Library]

List of all members.

Detailed Description

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

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


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