C# 클래스 Vector.Gpu.ViewPort

파일 보기 프로젝트 열기: sinclairzx81/vector-cs 1 사용 예제들

공개 메소드들

메소드 설명
Project ( System.Vector3 source, System.Matrix projection, System.Matrix view, System.Matrix world ) : System.Vector3
ToString ( ) : string
Unproject ( System.Vector3 source, System.Matrix projection, System.Matrix view, System.Matrix world ) : System.Vector3
ViewPort ( int x, int y, int width, int height ) : System
ViewPort ( int x, int y, int width, int height, int minZ, int maxZ ) : System

비공개 메소드들

메소드 설명
WithinEpsilon ( float a, float b ) : bool

메소드 상세

Project() 공개 메소드

public Project ( System.Vector3 source, System.Matrix projection, System.Matrix view, System.Matrix world ) : System.Vector3
source System.Vector3
projection System.Matrix
view System.Matrix
world System.Matrix
리턴 System.Vector3

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Unproject() 공개 메소드

public Unproject ( System.Vector3 source, System.Matrix projection, System.Matrix view, System.Matrix world ) : System.Vector3
source System.Vector3
projection System.Matrix
view System.Matrix
world System.Matrix
리턴 System.Vector3

ViewPort() 공개 메소드

public ViewPort ( int x, int y, int width, int height ) : System
x int
y int
width int
height int
리턴 System

ViewPort() 공개 메소드

public ViewPort ( int x, int y, int width, int height, int minZ, int maxZ ) : System
x int
y int
width int
height int
minZ int
maxZ int
리턴 System