Method b3DynamicTree_GetRootBounds
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3DynamicTree_GetRootBounds(b3DynamicTree*)
Get the bounding box that contains the entire tree
public static extern b3AABB b3DynamicTree_GetRootBounds(b3DynamicTree* tree)Parameters
treeb3DynamicTree*-
See the Box3D documentation.
Returns
- b3AABB
-
See the Box3D documentation.