Method | 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 | |
return | double |
public static Format ( this pt, string format = "F3" ) : string | ||
pt | this | |
format | string | |
return | string |
public static RadianToDegree ( this angle ) : double | ||
angle | this | |
return | double |
public static RandF ( this random, float min, float max ) : float | ||
random | this | |
min | float | |
max | float | |
return | float |
public static SetFromWpfCamera ( this thisCamera, System wpfCamera ) : void | ||
thisCamera | this | |
wpfCamera | System | |
return | void |
public static ToVector3 ( this thisVector ) : System.Vector3 | ||
thisVector | this | |
return | System.Vector3 |
public static ToVector4 ( this thisColor ) : System.Vector4 | ||
thisColor | this | |
return | System.Vector4 |