SbBox3i32 Constructor |
Name | Description | |
---|---|---|
SbBox3i32(SbVec3i32, SbVec3i32) |
Constructor for a 3D int box.
min and max are the corners
of the diagonal that define the box.
| |
SbBox3i32(Int32, Int32, Int32, Int32, Int32, Int32) |
Constructor for a 3D int box. xmin, ymin,
zmin, xmax, ymax and
zmax are the bounds of the box.
|