PlaneGetSide Method (Bounds) |
Returns side of the plane that the given box lies on.
The box is defined as bounds.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public PlaneSide GetSide(
Bounds bounds
)
Parameters
- bounds
- Type: NeoAxisBounds
The given bounds.
Return Value
Type:
PlaneSideThe resulting side.
See Also