Click or drag to resize

MathAlgorithmsIntersectLineLine Method (Line2F, Line2F, Single)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public static bool IntersectLineLine(
	Line2F line1,
	Line2F line2,
	out float scale
)

Parameters

line1
Type: NeoAxisLine2F
line2
Type: NeoAxisLine2F
scale
Type: SystemSingle

Return Value

Type: Boolean
See Also