Метод |
Описание |
|
BoundBox ( ) : System |
|
|
BoundBox ( BoundBox box ) : System |
|
|
BoundBox ( Point2d pnt1, Point2d pnt2 ) : System |
|
|
BoundBox ( Point2d arg0, Vector2d dir1, Vector2d dir2 ) : System |
|
|
Dispose ( ) : void |
|
|
contains ( Point2d pnt ) : bool |
|
|
extend ( Point2d pnt ) : BoundBox |
|
|
get ( Point2d arg0, Vector2d dir1, Vector2d dir2 ) : void |
|
|
getMinMaxPoints ( Point2d pnt1, Point2d pnt2 ) : void |
|
|
isDisjoint ( BoundBox box ) : bool |
|
|
isRect ( ) : bool |
|
|
set ( Point2d pnt1, Point2d pnt2 ) : BoundBox |
|
|
set ( Point2d arg0, Vector2d dir1, Vector2d dir2 ) : BoundBox |
|
|
setToRect ( ) : BoundBox |
|
|
swell ( float distance ) : BoundBox |
|
|