C# Класс ExpEase, VJ01

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

Out() публичный статический Метод

public static Out ( Quaternion current, Quaternion target, float coeff ) : Quaternion
current Quaternion
target Quaternion
coeff float
Результат Quaternion

Out() публичный статический Метод

public static Out ( Vector3 current, Vector3 target, float coeff ) : Vector3
current Vector3
target Vector3
coeff float
Результат Vector3

Out() публичный статический Метод

public static Out ( float current, float target, float coeff ) : float
current float
target float
coeff float
Результат float

Out2() публичный статический Метод

public static Out2 ( Quaternion &current, Quaternion target, float coeff ) : void
current Quaternion
target Quaternion
coeff float
Результат void

Out2() публичный статический Метод

public static Out2 ( Vector3 &current, Vector3 target, float coeff ) : void
current Vector3
target Vector3
coeff float
Результат void

Out2() публичный статический Метод

public static Out2 ( float &current, float target, float coeff ) : void
current float
target float
coeff float
Результат void

OutAngle() публичный статический Метод

public static OutAngle ( float current, float target, float coeff ) : float
current float
target float
coeff float
Результат float

OutAngle2() публичный статический Метод

public static OutAngle2 ( float &current, float target, float coeff ) : void
current float
target float
coeff float
Результат void

OutLocalTransform() публичный статический Метод

public static OutLocalTransform ( Transform current, Vector3 targetPosition, Quaternion targetRotation, float coeff ) : void
current Transform
targetPosition Vector3
targetRotation Quaternion
coeff float
Результат void