Click or drag to resize

MathAlgorithmsIntersectLineLine Method (Vector2F, Vector2F, Vector2F, Vector2F, Single)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static bool IntersectLineLine(
	ref Vector2F pt11,
	ref Vector2F pt12,
	ref Vector2F pt21,
	ref Vector2F pt22,
	out float scale
)

Parameters

pt11
Type: NeoAxisVector2F
pt12
Type: NeoAxisVector2F
pt21
Type: NeoAxisVector2F
pt22
Type: NeoAxisVector2F
scale
Type: SystemSingle

Return Value

Type: Boolean
See Also