Method | Description | |
---|---|---|
BoundingBox ( |
||
BoundingBox ( |
create a bounding box defined by two coordinates
|
|
BoundingBox ( double y1, double y2, double x1, double x2 ) : System | ||
Contains ( |
||
Equals ( object obj ) : bool | ||
ExpandToInclude ( |
||
GetHashCode ( ) : int | ||
Intersects ( |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
HashCode ( double x ) : int |
public BoundingBox ( |
||
that | ||
return | System |
public BoundingBox ( |
||
p1 | ||
p2 | ||
return | System |
public BoundingBox ( double y1, double y2, double x1, double x2 ) : System | ||
y1 | double | |
y2 | double | |
x1 | double | |
x2 | double | |
return | System |
public ExpandToInclude ( |
||
other | ||
return | void |
public Intersects ( |
||
other | ||
return | bool |