C# Class SceneViewerWPF.D3DExtensions

Afficher le fichier Open project: kobush/ManagedOpenNI

Méthodes publiques

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

Method Details

DegreeToRadian() public static méthode

public static DegreeToRadian ( this angle ) : double
angle this
Résultat double

Format() public static méthode

public static Format ( this pt, string format = "F3" ) : string
pt this
format string
Résultat string

RadianToDegree() public static méthode

public static RadianToDegree ( this angle ) : double
angle this
Résultat double

RandF() public static méthode

public static RandF ( this random, float min, float max ) : float
random this
min float
max float
Résultat float

SetFromWpfCamera() public static méthode

public static SetFromWpfCamera ( this thisCamera, System wpfCamera ) : void
thisCamera this
wpfCamera System
Résultat void

ToVector3() public static méthode

public static ToVector3 ( this thisVector ) : System.Vector3
thisVector this
Résultat System.Vector3

ToVector4() public static méthode

public static ToVector4 ( this thisColor ) : System.Vector4
thisColor this
Résultat System.Vector4