SbBox2d Constructor |
Name | Description | |
---|---|---|
SbBox2d(SbVec2d, SbVec2d) |
Constructor for a 2D double box. min and
max are the corners of the diagonal that defines the box.
| |
SbBox2d(Double, Double, Double, Double) |
Constructor for a 2D double box. xmin, ymin,
xmax and ymax
are the bounds of the box.
|