C# Class Klak.Math.ETween

ファイルを表示 Open project: keijiro/Klak Class Usage Examples

Public Methods

Method Description
Step ( Quaternion current, Quaternion target, float omega ) : Quaternion
Step ( Vector3 current, Vector3 target, float omega ) : Vector3
Step ( float current, float target, float omega ) : float
StepAngle ( float current, float target, float omega ) : float

Method Details

Step() public static method

public static Step ( Quaternion current, Quaternion target, float omega ) : Quaternion
current UnityEngine.Quaternion
target UnityEngine.Quaternion
omega float
return UnityEngine.Quaternion

Step() public static method

public static Step ( Vector3 current, Vector3 target, float omega ) : Vector3
current UnityEngine.Vector3
target UnityEngine.Vector3
omega float
return UnityEngine.Vector3

Step() public static method

public static Step ( float current, float target, float omega ) : float
current float
target float
omega float
return float

StepAngle() public static method

public static StepAngle ( float current, float target, float omega ) : float
current float
target float
omega float
return float