Static class containing interpolation-related utility functions.
More...
|
| static float | ExpDecay (float from, float to, float hLife, float dTime) |
| |
| static Vector2 | ExpDecay (Vector2 from, Vector2 to, float hLife, float dTime) |
| |
| static Vector3 | ExpDecay (Vector3 from, Vector3 to, float hLife, float dTime) |
| |
| static Quaternion | ExpDecay (Quaternion from, Quaternion to, float hLife, float dTime) |
| |
| static Color | ExpDecay (Color from, Color to, float hLife, float dTime) |
| |
| static float | ExpCoefficient (float hLife, float dTime) |
| |
Static class containing interpolation-related utility functions.
Definition at line 11 of file InterpolationUtilities.cs.
§ ExpCoefficient()
| static float HoloToolkit.Unity.InterpolationUtilities.ExpCoefficient |
( |
float |
hLife, |
|
|
float |
dTime |
|
) |
| |
|
static |
§ ExpDecay() [1/5]
| static float HoloToolkit.Unity.InterpolationUtilities.ExpDecay |
( |
float |
from, |
|
|
float |
to, |
|
|
float |
hLife, |
|
|
float |
dTime |
|
) |
| |
|
static |
§ ExpDecay() [2/5]
| static Vector2 HoloToolkit.Unity.InterpolationUtilities.ExpDecay |
( |
Vector2 |
from, |
|
|
Vector2 |
to, |
|
|
float |
hLife, |
|
|
float |
dTime |
|
) |
| |
|
static |
§ ExpDecay() [3/5]
| static Vector3 HoloToolkit.Unity.InterpolationUtilities.ExpDecay |
( |
Vector3 |
from, |
|
|
Vector3 |
to, |
|
|
float |
hLife, |
|
|
float |
dTime |
|
) |
| |
|
static |
§ ExpDecay() [4/5]
| static Quaternion HoloToolkit.Unity.InterpolationUtilities.ExpDecay |
( |
Quaternion |
from, |
|
|
Quaternion |
to, |
|
|
float |
hLife, |
|
|
float |
dTime |
|
) |
| |
|
static |
§ ExpDecay() [5/5]
| static Color HoloToolkit.Unity.InterpolationUtilities.ExpDecay |
( |
Color |
from, |
|
|
Color |
to, |
|
|
float |
hLife, |
|
|
float |
dTime |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: