PlaneFGetSide(Vector3F, Vector3F) 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 PlaneFSide GetSide(
ref Vector3F boundsCenter,
ref Vector3F boundsHalfSize
)
Parameters
- boundsCenter Vector3F
- The box center.
- boundsHalfSize Vector3F
- The box extents.
Return Value
PlaneFSideThe resulting side.
See Also