SbBox3d Constructor |
Name | Description | |
---|---|---|
SbBox3d(SbVec3d, SbVec3d) |
Constructor for a 3D double box. min
and max are the corners of the diagonal
that define the box.
| |
SbBox3d(Double, Double, Double, Double, Double, Double) |
Constructor for a 3D double box. xmin, ymin,
zmin, xmax, ymax and
zmax are the bounds of the box.
|