PlaneFGetSide Method (Vector3F, Vector3F) |
Returns side of the plane that the given box lies on.
The box is defined as centre/half-size pairs for effectively.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public PlaneFSide GetSide(
ref Vector3F boundsCenter,
ref Vector3F boundsHalfSize
)
Parameters
- boundsCenter
- Type: NeoAxisVector3F
The box center. - boundsHalfSize
- Type: NeoAxisVector3F
The box extents.
Return Value
Type:
PlaneFSideThe resulting side.
See Also