C# Class idTech4.Geometry.idFrustum

Show file Open project: iainmckay/idtech4.net

Public Methods

Method Description
ConstrainToBounds ( idBounds bounds ) : bool

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

Method Details

ConstrainToBounds() public method

public ConstrainToBounds ( idBounds bounds ) : bool
bounds idBounds
return bool

MoveFarDistance() public method

public MoveFarDistance ( float dFar ) : void
dFar float
return void

SetSize() public method

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

idFrustum() public method

public idFrustum ( ) : System
return System