LineComputePlaneIntersection Method |
Compute the point resulting from the intersection with a plane
Namespace: Internal.Net3dBoolAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Vector3 ComputePlaneIntersection(
Plane plane
)
Parameters
- plane Plane
- a plane point.
Return Value
Vector3intersection point.If they don't intersect, return null
See Also