Click or drag to resize
SbBox2f Constructor
Constructor for a 2D float box.
Overload List
  NameDescription
Public methodSbBox2f(SbVec2f, SbVec2f)
Constructor for a 2D float box. min and max are the corners of the diagonal that defines the box.
Public methodSbBox2f(Single, Single, Single, Single)
Constructor for a 2D float box. xmin, ymin, xmax and ymax are the bounds of the box.
Top
See Also