Methods from class SbBox2s:
SbBox2s(short xmin, short ymin, short xmax, short ymax)
void extendBy(const SbVec2s &point)
void extendBy(const SbBox2s &box)
SbBool intersect(const SbBox2s &box) const
void setBounds(short xmin, short ymin, short xmax, short ymax)
void getBounds(short &xmin, short &ymin, short &xmax, short &ymax) const
void getOrigin(short &originX, short &originY) const
void getSize(short &sizeX, short &sizeY) const
float getAspectRatio() const
int operator ==(const SbBox2s &b1, const SbBox2s &b2)
int operator !=(const SbBox2s &b1, const SbBox2s &b2)