C# 클래스 Xpf.Samples.S04BasketballScoreboard.Camera

파일 보기 프로젝트 열기: redbadger/XPF

공개 메소드들

메소드 설명
Camera ( string name ) : System
LookAt ( Vector3 target ) : void
LookAt ( Vector3 eye, Vector3 target, Vector3 up ) : void
Move ( Vector3 vector ) : void
Move ( float deltaX, float deltaY, float deltaZ ) : void
Perspective ( float fieldOfView, float aspectRatio, float nearClip, float farClip ) : void
Rotate ( float yaw, float pitch, float roll ) : void

비공개 메소드들

메소드 설명
OnViewMatrixChanged ( ) : void
UpdateProjectionMatrix ( ) : void
UpdateViewMatrix ( ) : void
UpdateViewProjectionMatrix ( ) : void

메소드 상세

Camera() 공개 메소드

public Camera ( string name ) : System
name string
리턴 System

LookAt() 공개 메소드

public LookAt ( Vector3 target ) : void
target Vector3
리턴 void

LookAt() 공개 메소드

public LookAt ( Vector3 eye, Vector3 target, Vector3 up ) : void
eye Vector3
target Vector3
up Vector3
리턴 void

Move() 공개 메소드

public Move ( Vector3 vector ) : void
vector Vector3
리턴 void

Move() 공개 메소드

public Move ( float deltaX, float deltaY, float deltaZ ) : void
deltaX float
deltaY float
deltaZ float
리턴 void

Perspective() 공개 메소드

public Perspective ( float fieldOfView, float aspectRatio, float nearClip, float farClip ) : void
fieldOfView float
aspectRatio float
nearClip float
farClip float
리턴 void

Rotate() 공개 메소드

public Rotate ( float yaw, float pitch, float roll ) : void
yaw float
pitch float
roll float
리턴 void