Method GetEffectiveMassWorldSpace
GetEffectiveMassWorldSpace(float3, float3)
Gets effective mass in world space.
Declaration
public float GetEffectiveMassWorldSpace(float3 impulse, float3 pointWorldSpace)
Parameters
| Type | Name | Description |
|---|---|---|
| float3 | impulse | The impulse. |
| float3 | pointWorldSpace | The point in world space. |
Returns
| Type | Description |
|---|---|
| float | The effective mass in world space. |