PlaneGetSide(Vector3, Vector3) Method |
Returns side of the plane that the given box lies on.
The box is defined as centre/half-size pairs for effectively.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic PlaneSide GetSide(
Vector3 boundsCenter,
Vector3 boundsHalfSize
)
Parameters
- boundsCenter Vector3
- The box center.
- boundsHalfSize Vector3
- The box extents.
Return Value
PlaneSideThe resulting side.
See Also