| extendBy(const SbVec2f &point) | SbBox2f | |
| extendBy(const SbBox2f &box) | SbBox2f | |
| getAspectRatio(void) const | SbBox2f | |
| getBounds(float &xmin, float &ymin, float &xmax, float &ymax) const | SbBox2f | |
| getBounds(SbVec2f &min, SbVec2f &max) const | SbBox2f | |
| getCenter(void) const | SbBox2f | |
| getClosestPoint(const SbVec2f &p) const | SbBox2f | |
| getMax(void) const | SbBox2f | |
| getMin(void) const | SbBox2f | |
| getOrigin(float &x0, float &y0) const | SbBox2f | |
| getSize(float &w, float &h) const | SbBox2f | |
| hasArea(void) const | SbBox2f | |
| intersect(const SbVec2f &point) const | SbBox2f | |
| intersect(const SbBox2f &box) const | SbBox2f | |
| isEmpty(void) const | SbBox2f | |
| makeEmpty(void) | SbBox2f | |
| operator!=(const SbBox2f &b1, const SbBox2f &b2) | SbBox2f | [friend] |
| operator==(const SbBox2f &b1, const SbBox2f &b2) | SbBox2f | [friend] |
| SbBox2f(void) | SbBox2f | |
| SbBox2f(float xmin, float ymin, float xmax, float ymax) | SbBox2f | |
| SbBox2f(const SbVec2f &min, const SbVec2f &max) | SbBox2f | |
| setBounds(float xmin, float ymin, float xmax, float ymax) | SbBox2f | |
| setBounds(const SbVec2f &min, const SbVec2f &max) | SbBox2f | |
| ~SbBox2f(void) | SbBox2f | |