SbBox2i32 Constructor |
Name | Description | |
---|---|---|
SbBox2i32(SbVec2i32, SbVec2i32) |
Constructor for a 2D integer box. min and
max are the corners of the diagonal that defines the box.
| |
SbBox2i32(Int32, Int32, Int32, Int32) |
Constructor for a 2D integer box. xmin, ymin,
xmax and ymax are the bounds of the box.
|