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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Vector3 ComputePlaneIntersection(
	Plane plane
)

Parameters

plane
Type: Internal.Net3dBoolPlane
a plane point.

Return Value

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