C# Class idTech4.Renderer.idScreenRect

Exibir arquivo Open project: iainmckay/idtech4.net Class Usage Examples

Public Properties

Property Type Description
MaxZ float
MinZ float
X1 short
X2 short
Y1 short
Y2 short

Public Methods

Method Description
AddPoint ( float x, float y ) : void
Clear ( ) : void
Equals ( object obj ) : bool
Expand ( ) : void
Intersect ( idScreenRect rect ) : void
Union ( idScreenRect rect ) : void
operator ( ) : bool

Method Details

AddPoint() public method

public AddPoint ( float x, float y ) : void
x float
y float
return void

Clear() public method

public Clear ( ) : void
return void

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

Expand() public method

public Expand ( ) : void
return void

Intersect() public method

public Intersect ( idScreenRect rect ) : void
rect idScreenRect
return void

Union() public method

public Union ( idScreenRect rect ) : void
rect idScreenRect
return void

operator() public static method

public static operator ( ) : bool
return bool

Property Details

MaxZ public_oe property

public float MaxZ
return float

MinZ public_oe property

public float MinZ
return float

X1 public_oe property

public short X1
return short

X2 public_oe property

public short X2
return short

Y1 public_oe property

public short Y1
return short

Y2 public_oe property

public short Y2
return short