Method b3ComputeSphereAABB
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3ComputeSphereAABB(b3Sphere*, b3Transform)
Compute the bounding box of a transformed sphere
public static extern b3AABB b3ComputeSphereAABB(b3Sphere* shape, b3Transform transform)Parameters
shapeb3Sphere*-
See the Box3D documentation.
transformb3Transform-
See the Box3D documentation.
Returns
- b3AABB
-
See the Box3D documentation.