SbBox2f Constructor |
Name | Description | |
---|---|---|
SbBox2f(SbVec2f, SbVec2f) |
Constructor for a 2D float box. min and
max are the corners of the diagonal that defines the box.
| |
SbBox2f(Single, Single, Single, Single) |
Constructor for a 2D float box. xmin, ymin,
xmax and ymax are the bounds of the box.
|