Method b3IsBoundedAABB
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3IsBoundedAABB(b3AABB)
Determines whether a bounding box lies reasonably close to the origin.
public static extern NativeBool b3IsBoundedAABB(b3AABB a)Parameters
ab3AABB-
The box to test.
Returns
- NativeBool
-
true when the box is within the sanity bound.
Remarks
See Box3D.Native.ScaledConstants.B3_HUGE.