Click or drag to resize

PlaneFGetSide(Vector3F) Method

Determines from which side of the plane the point is on.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public PlaneFSide GetSide(
	Vector3F point
)

Parameters

point  Vector3F
The point to check.

Return Value

PlaneFSide
The resulting side of the plane.
See Also