Method GetLinearVelocityAtPointWorldSpace
GetLinearVelocityAtPointWorldSpace(float3)
Gets linear velocity at point in world space.
Declaration
public float3 GetLinearVelocityAtPointWorldSpace(float3 pointWorldSpace)
Parameters
Type | Name | Description |
---|---|---|
float3 | pointWorldSpace | The point in world space. |
Returns
Type | Description |
---|---|
float3 | The linear velocity at point in world space. |