C# Class idTech4.Renderer.idScreenRect

Afficher le fichier Open project: iainmckay/idtech4.net Class Usage Examples

Méthodes publiques

Свойство Type Description
MaxZ float
MinZ float
X1 short
X2 short
Y1 short
Y2 short

Méthodes publiques

Méthode 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 méthode

public AddPoint ( float x, float y ) : void
x float
y float
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

Expand() public méthode

public Expand ( ) : void
Résultat void

Intersect() public méthode

public Intersect ( idScreenRect rect ) : void
rect idScreenRect
Résultat void

Union() public méthode

public Union ( idScreenRect rect ) : void
rect idScreenRect
Résultat void

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

MaxZ public_oe property

public float MaxZ
Résultat float

MinZ public_oe property

public float MinZ
Résultat float

X1 public_oe property

public short X1
Résultat short

X2 public_oe property

public short X2
Résultat short

Y1 public_oe property

public short Y1
Résultat short

Y2 public_oe property

public short Y2
Résultat short