Table of Contents

SmoothDampQuaternion

Methods
public static Quaternion SmoothDampQuaternion(Quaternion current, Quaternion target, ref Vector4d currentVelocity, float smoothTime, float maxSpeed, float deltaTime)
Parameters
Type Name Description
Quaternion current
Quaternion target
Vector4d currentVelocity
float smoothTime
float maxSpeed
float deltaTime
Returns
Type Description
Quaternion