Méthode | Description | |
---|---|---|
Atan2 ( float y, float x ) : float |
Fast Atan2 with 0.02 threshold error.
|
|
Cos ( float v ) : float |
Fast Cos with 0.0003 threshold error.
|
|
NormalizedFast ( this v ) : |
Fast Vector2 normalization with 0.001 threshold error.
|
|
NormalizedFast ( this v ) : |
Fast Vector3 normalization with 0.001 threshold error.
|
|
Sin ( float v ) : float |
Fast Sin with 0.0003 threshold error.
|
Méthode | Description | |
---|---|---|
MathFast ( ) : System.Runtime.InteropServices |
public static Atan2 ( float y, float x ) : float | ||
y | float | |
x | float | |
Résultat | float |
public static Cos ( float v ) : float | ||
v | float | Angle in radians. |
Résultat | float |
public static NormalizedFast ( this v ) : |
||
v | this | |
Résultat |
public static NormalizedFast ( this v ) : |
||
v | this | |
Résultat |
public static Sin ( float v ) : float | ||
v | float | Angle in radians. |
Résultat | float |