Click or drag to resize
SbBox2s Constructor
Constructor for a 2D short box.
Overload List
  NameDescription
Public methodSbBox2s(SbVec2s, SbVec2s)
Constructor for a 2D short box. min and max are the corners of the diagonal that defines the box.
Public methodSbBox2s(Int16, Int16, Int16, Int16)
Constructor for a 2D short box. xmin, ymin, xmax, and ymax are the bounds of the box.
Top
See Also