MathExtensions IsLineIntersectingWith Method Delta Engine Documentation
http://en.wikipedia.org/wiki/Line%E2%80%93line_intersection View code on GitHub

Namespace: DeltaEngine.Extensions
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public static bool IsLineIntersectingWith(
	Vector2D line1Start,
	Vector2D line1End,
	Vector2D line2Start,
	Vector2D line2End
)

Return Value

Type: Boolean
See Also