PlaneGetSide Method (Vector3, Vector3) | 
 
            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)
Syntaxpublic PlaneSide GetSide(
	ref Vector3 boundsCenter,
	ref Vector3 boundsHalfSize
)
Parameters
- boundsCenter
 - Type: NeoAxisVector3
The box center. - boundsHalfSize
 - Type: NeoAxisVector3
The box extents. 
Return Value
Type: 
PlaneSideThe resulting side.
See Also