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