LineComputeLineIntersection Method |
Computes the point resulting from the intersection with another line
Namespace: Internal.Net3dBoolAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Vector3 ComputeLineIntersection(
Line otherLine
)
Parameters
- otherLine Line
- the other line to apply the intersection. The lines are supposed to intersect
Return Value
Vector3point resulting from the intersection. If the point coundn't be obtained, return null
See Also