PlaneGetSide Method (Vector3) |
Determines from which side of the plane the point is on.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public PlaneSide GetSide(
Vector3 point
)
Parameters
- point
- Type: NeoAxisVector3
The point to check.
Return Value
Type:
PlaneSideThe resulting side of the plane.
See Also