C# 클래스 Scaleform.SFDisplayInfo

상속: System.Object
파일 보기 프로젝트 열기: noahfreedman/Stereoscopic_Scatterplot 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Alpha double
EdgeAAmode EdgeAAMode
FOV double
ProjectionMatrix3DPtr System.IntPtr
Rotation double
ViewMatrix3DPtr System.IntPtr
Visible bool
X double
XRotation double
XScale double
Y double
YRotation double
YScale double
Z double
ZScale double

공개 메소드들

메소드 설명
GetProjectionMatrixElem ( int row, int col ) : float
GetViewMatrixElem ( int row, int col ) : float
Print ( ) : void
PrintProjectionMatrix ( ) : void
PrintViewMatrix ( ) : void
SFDisplayInfo ( ) : System

메소드 상세

GetProjectionMatrixElem() 공개 메소드

public GetProjectionMatrixElem ( int row, int col ) : float
row int
col int
리턴 float

GetViewMatrixElem() 공개 메소드

public GetViewMatrixElem ( int row, int col ) : float
row int
col int
리턴 float

Print() 공개 메소드

public Print ( ) : void
리턴 void

PrintProjectionMatrix() 공개 메소드

public PrintProjectionMatrix ( ) : void
리턴 void

PrintViewMatrix() 공개 메소드

public PrintViewMatrix ( ) : void
리턴 void

SFDisplayInfo() 공개 메소드

public SFDisplayInfo ( ) : System
리턴 System

프로퍼티 상세

Alpha 공개적으로 프로퍼티

public double Alpha
리턴 double

EdgeAAmode 공개적으로 프로퍼티

public EdgeAAMode EdgeAAmode
리턴 EdgeAAMode

FOV 공개적으로 프로퍼티

public double FOV
리턴 double

ProjectionMatrix3DPtr 공개적으로 프로퍼티

public IntPtr,System ProjectionMatrix3DPtr
리턴 System.IntPtr

Rotation 공개적으로 프로퍼티

public double Rotation
리턴 double

ViewMatrix3DPtr 공개적으로 프로퍼티

public IntPtr,System ViewMatrix3DPtr
리턴 System.IntPtr

Visible 공개적으로 프로퍼티

public bool Visible
리턴 bool

X 공개적으로 프로퍼티

public double X
리턴 double

XRotation 공개적으로 프로퍼티

public double XRotation
리턴 double

XScale 공개적으로 프로퍼티

public double XScale
리턴 double

Y 공개적으로 프로퍼티

public double Y
리턴 double

YRotation 공개적으로 프로퍼티

public double YRotation
리턴 double

YScale 공개적으로 프로퍼티

public double YScale
리턴 double

Z 공개적으로 프로퍼티

public double Z
리턴 double

ZScale 공개적으로 프로퍼티

public double ZScale
리턴 double