Stores velocity data related to a point on a rigidbody.
More...
|
| VelocityData (Vector3 linearVelocity, Vector3 tangentialVelocity) |
|
override string | ToString () |
|
|
Vector3 | LinearVelocity |
| The linear velocity of the entire Rigidbody.
|
|
Vector3 | TangentialVelocity |
| The velocity of the point derived from the angular velocity of the Rigidbody.
|
|
|
Vector3 | TotalPointVelocity [get] |
| The sum of LinearVelocity and TangentialVelocity. This represents the actual velocity of the point.
|
|
Stores velocity data related to a point on a rigidbody.