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
shapeb3MeshData*-
See the Box3D documentation.
transformb3Transform-
See the Box3D documentation.
scaleVector3-
See the Box3D documentation.
Returns
- b3AABB
-
See the Box3D documentation.