| SbBox3f Constructor | 
| Name | Description | |
|---|---|---|
| SbBox3f(SbVec3f, SbVec3f) | 
            Constructor for a 3D float box. 
            min and max are the corners of the 
            diagonal that define the box.
              | |
| SbBox3f(Single, Single, Single, Single, Single, Single) | 
            Constructor for a 3D float box. xmin, ymin,
            zmin, xmax, ymax and 
            zmax are the bounds of the box.
              |