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