Table of Contents

Method b3IsSaneAABB

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3IsSaneAABB(b3AABB)

Determines whether a bounding box is both valid and bounded.

public static extern NativeBool b3IsSaneAABB(b3AABB a)

Parameters

a b3AABB

The box to test.

Returns

NativeBool

true when the box is sane.