Table of Contents

Method b3ComputeMeshAABB

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

b3ComputeMeshAABB(b3MeshData*, b3Transform, Vector3)

Compute the bounding box of a transformed mesh. Scale may be non-uniform and have negative components.

public static extern b3AABB b3ComputeMeshAABB(b3MeshData* shape, b3Transform transform, Vector3 scale)

Parameters

shape b3MeshData*

See the Box3D documentation.

transform b3Transform

See the Box3D documentation.

scale Vector3

See the Box3D documentation.

Returns

b3AABB

See the Box3D documentation.