BoxFGetPlaneSide Method (PlaneF) |
Determines from which side of the plane the box is on.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public PlaneFSide GetPlaneSide(
ref PlaneF plane
)
Parameters
- plane
- Type: NeoAxisPlaneF
The plane to check against.
Return Value
Type:
PlaneFSideThe resulting side of the plane.
See Also