Click or drag to resize

LineComputeLineIntersection Method

Computes the point resulting from the intersection with another line

Namespace: Internal.Net3dBool
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Vector3 ComputeLineIntersection(
	Line otherLine
)

Parameters

otherLine  Line
the other line to apply the intersection. The lines are supposed to intersect

Return Value

Vector3
point resulting from the intersection. If the point coundn't be obtained, return null
See Also