Click or drag to resize

LineComputePlaneIntersection Method

Compute the point resulting from the intersection with a plane

Namespace: Internal.Net3dBool
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Vector3 ComputePlaneIntersection(
	Plane plane
)

Parameters

plane  Plane
a plane point.

Return Value

Vector3
intersection point.If they don't intersect, return null
See Also