CalculateThrowVelocity
(
objectThrown
)
|
Calculates the release velocity for a thrown object based on its transform and recent motion history.
Signature
ReleaseVelocityInformation Oculus.Interaction.Throw.IThrowVelocityCalculator.CalculateThrowVelocity(Transform objectThrown) Parameters objectThrown: Transform
The transform of the object being thrown.
Returns ReleaseVelocityInformation
Velocity information containing linear velocity, angular velocity, and origin point of the throw.
|