Méthode | Description | |
---|---|---|
DegreeToRadian ( this angle ) : double | ||
Format ( this pt, string format = "F3" ) : string | ||
RadianToDegree ( this angle ) : double | ||
RandF ( this random, float min, float max ) : float | ||
SetFromWpfCamera ( this thisCamera, System wpfCamera ) : void | ||
ToVector3 ( this thisVector ) : System.Vector3 | ||
ToVector4 ( this thisColor ) : System.Vector4 |
public static DegreeToRadian ( this angle ) : double | ||
angle | this | |
Résultat | double |
public static Format ( this pt, string format = "F3" ) : string | ||
pt | this | |
format | string | |
Résultat | string |
public static RadianToDegree ( this angle ) : double | ||
angle | this | |
Résultat | double |
public static RandF ( this random, float min, float max ) : float | ||
random | this | |
min | float | |
max | float | |
Résultat | float |
public static SetFromWpfCamera ( this thisCamera, System wpfCamera ) : void | ||
thisCamera | this | |
wpfCamera | System | |
Résultat | void |
public static ToVector3 ( this thisVector ) : System.Vector3 | ||
thisVector | this | |
Résultat | System.Vector3 |
public static ToVector4 ( this thisColor ) : System.Vector4 | ||
thisColor | this | |
Résultat | System.Vector4 |