Method GetCenterOfMass
GetCenterOfMass(in PhysicsWorld, int)
Get the Rigid Bodies Center of Mass (in World Space)
Declaration
public static float3 GetCenterOfMass(this in PhysicsWorld world, int rigidBodyIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| PhysicsWorld | world | The world to act on. |
| int | rigidBodyIndex | Zero-based index of the rigid body. |
Returns
| Type | Description |
|---|---|
| float3 | The center of mass. |