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

DistanceLine2ToLine2 Struct Reference
[XEngineMath Library]

List of all members.

Detailed Description

Returns the distance between the two given 2D lines.

	Given two lines X = P + s * D and X = Q + t * E the minimum distance
	of these lines is always 0 when they are not parallel (because they intersect)
	and otherwise, if they are parallel, we can choose any point on the first
	line and get the projection of it on the second to calculate the distance.
	


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