C# Class ExpEase, VJ01

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

Public Methods

Method Description
Out ( Quaternion current, Quaternion target, float coeff ) : Quaternion
Out ( Vector3 current, Vector3 target, float coeff ) : Vector3
Out ( float current, float target, float coeff ) : float
Out2 ( Quaternion &current, Quaternion target, float coeff ) : void
Out2 ( Vector3 &current, Vector3 target, float coeff ) : void
Out2 ( float &current, float target, float coeff ) : void
OutAngle ( float current, float target, float coeff ) : float
OutAngle2 ( float &current, float target, float coeff ) : void
OutLocalTransform ( Transform current, Vector3 targetPosition, Quaternion targetRotation, float coeff ) : void

Method Details

Out() public static method

public static Out ( Quaternion current, Quaternion target, float coeff ) : Quaternion
current Quaternion
target Quaternion
coeff float
return Quaternion

Out() public static method

public static Out ( Vector3 current, Vector3 target, float coeff ) : Vector3
current Vector3
target Vector3
coeff float
return Vector3

Out() public static method

public static Out ( float current, float target, float coeff ) : float
current float
target float
coeff float
return float

Out2() public static method

public static Out2 ( Quaternion &current, Quaternion target, float coeff ) : void
current Quaternion
target Quaternion
coeff float
return void

Out2() public static method

public static Out2 ( Vector3 &current, Vector3 target, float coeff ) : void
current Vector3
target Vector3
coeff float
return void

Out2() public static method

public static Out2 ( float &current, float target, float coeff ) : void
current float
target float
coeff float
return void

OutAngle() public static method

public static OutAngle ( float current, float target, float coeff ) : float
current float
target float
coeff float
return float

OutAngle2() public static method

public static OutAngle2 ( float &current, float target, float coeff ) : void
current float
target float
coeff float
return void

OutLocalTransform() public static method

public static OutLocalTransform ( Transform current, Vector3 targetPosition, Quaternion targetRotation, float coeff ) : void
current Transform
targetPosition Vector3
targetRotation Quaternion
coeff float
return void