Table of Contents

Method b3IsValidAABB

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

b3IsValidAABB(b3AABB)

Determines whether a bounding box is valid, meaning finite with the upper bound at least the lower bound.

public static extern NativeBool b3IsValidAABB(b3AABB a)

Parameters

a b3AABB

The box to test.

Returns

NativeBool

true when the box is valid.