Click or drag to resize
SbBox2d Constructor
Constructor for a 2D double box.
Overload List
  NameDescription
Public methodSbBox2d(SbVec2d, SbVec2d)
Constructor for a 2D double box. min and max are the corners of the diagonal that defines the box.
Public methodSbBox2d(Double, Double, Double, Double)
Constructor for a 2D double box. xmin, ymin, xmax and ymax are the bounds of the box.
Top
See Also