C# Class Core.BoundingBox

Afficher le fichier Open project: StanislavUshakov/NumericalMethods Class Usage Examples

Méthodes publiques

Méthode Description
BoundingBox ( int x1, int y1, int x2, int y2 )
Contains ( BoundingBox other ) : bool

Method Details

BoundingBox() public méthode

public BoundingBox ( int x1, int y1, int x2, int y2 )
x1 int
y1 int
x2 int
y2 int

Contains() public méthode

public Contains ( BoundingBox other ) : bool
other BoundingBox
Résultat bool