C# Class Core.BoundingBox

Show file Open project: StanislavUshakov/NumericalMethods Class Usage Examples

Public Methods

Method Description
BoundingBox ( int x1, int y1, int x2, int y2 )
Contains ( BoundingBox other ) : bool

Method Details

BoundingBox() public method

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

Contains() public method

public Contains ( BoundingBox other ) : bool
other BoundingBox
return bool