Impact Interaction System API
Impact.VelocityData Struct Reference

Stores velocity data related to a point on a rigidbody. More...

Public Member Functions

 VelocityData (Vector3 linearVelocity, Vector3 tangentialVelocity)
 
override string ToString ()
 

Public Attributes

Vector3 LinearVelocity
 The linear velocity of the entire Rigidbody.
 
Vector3 TangentialVelocity
 The velocity of the point derived from the angular velocity of the Rigidbody.
 

Properties

Vector3 TotalPointVelocity [get]
 The sum of LinearVelocity and TangentialVelocity. This represents the actual velocity of the point.
 

Detailed Description

Stores velocity data related to a point on a rigidbody.