Click or drag to resize
SbBox3f Constructor
Constructor for a 3D float box.
Overload List
  NameDescription
Public methodSbBox3f(SbVec3f, SbVec3f)
Constructor for a 3D float box. min and max are the corners of the diagonal that define the box.
Public methodSbBox3f(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.
Top
See Also