C# 클래스 SceneViewerWPF.D3DExtensions

파일 보기 프로젝트 열기: kobush/ManagedOpenNI

공개 메소드들

메소드 설명
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

메소드 상세

DegreeToRadian() 공개 정적인 메소드

public static DegreeToRadian ( this angle ) : double
angle this
리턴 double

Format() 공개 정적인 메소드

public static Format ( this pt, string format = "F3" ) : string
pt this
format string
리턴 string

RadianToDegree() 공개 정적인 메소드

public static RadianToDegree ( this angle ) : double
angle this
리턴 double

RandF() 공개 정적인 메소드

public static RandF ( this random, float min, float max ) : float
random this
min float
max float
리턴 float

SetFromWpfCamera() 공개 정적인 메소드

public static SetFromWpfCamera ( this thisCamera, System wpfCamera ) : void
thisCamera this
wpfCamera System
리턴 void

ToVector3() 공개 정적인 메소드

public static ToVector3 ( this thisVector ) : System.Vector3
thisVector this
리턴 System.Vector3

ToVector4() 공개 정적인 메소드

public static ToVector4 ( this thisColor ) : System.Vector4
thisColor this
리턴 System.Vector4