C# 클래스 idTech4.Geometry.idFrustum

파일 보기 프로젝트 열기: iainmckay/idtech4.net

공개 메소드들

메소드 설명
ConstrainToBounds ( idBounds bounds ) : bool

MoveFarDistance ( float dFar ) : void
SetSize ( float dNear, float dFar, float dLeft, float dUp ) : void
idFrustum ( ) : System

메소드 상세

ConstrainToBounds() 공개 메소드

public ConstrainToBounds ( idBounds bounds ) : bool
bounds idBounds
리턴 bool

MoveFarDistance() 공개 메소드

public MoveFarDistance ( float dFar ) : void
dFar float
리턴 void

SetSize() 공개 메소드

public SetSize ( float dNear, float dFar, float dLeft, float dUp ) : void
dNear float
dFar float
dLeft float
dUp float
리턴 void

idFrustum() 공개 메소드

public idFrustum ( ) : System
리턴 System