BoxFGetPlaneSide(PlaneF) Method |
Determines from which side of the plane the box is on.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic PlaneFSide GetPlaneSide(
PlaneF plane
)
Parameters
- plane PlaneF
- The plane to check against.
Return Value
PlaneFSideThe resulting side of the plane.
See Also