Method b3Shape_GetSphere
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Shape_GetSphere(b3ShapeId)
Get a copy of the shape's sphere. Asserts the type is correct.
public static extern b3Sphere b3Shape_GetSphere(b3ShapeId shapeId)Parameters
shapeIdb3ShapeId-
See the Box3D documentation.
Returns
- b3Sphere
-
See the Box3D documentation.