Coin3D is Free Software, published under the BSD 3-clause license. |
https://bitbucket.org/Coin3D/ http://www.kongsberg.com/kogt/ |
This is the complete list of members for SbBox2f, including all inherited members.
extendBy(const SbVec2f &point) | SbBox2f | |
extendBy(const SbBox2f &box) | SbBox2f | |
getAspectRatio(void) const | SbBox2f | inline |
getBounds(float &xmin, float &ymin, float &xmax, float &ymax) const | SbBox2f | inline |
getBounds(SbVec2f &minpoint, SbVec2f &maxpoint) const | SbBox2f | inline |
getCenter(void) const | SbBox2f | inline |
getClosestPoint(const SbVec2f &point) const | SbBox2f | |
getMax(void) const | SbBox2f | inline |
getMax(void) (defined in SbBox2f) | SbBox2f | inline |
getMin(void) const | SbBox2f | inline |
getMin(void) | SbBox2f | inline |
getOrigin(float &originX, float &originY) const | SbBox2f | inline |
getSize(float &sizeX, float &sizeY) const | SbBox2f | inline |
getSize(void) const (defined in SbBox2f) | SbBox2f | inline |
hasArea(void) const | SbBox2f | inline |
intersect(const SbVec2f &point) const | SbBox2f | |
intersect(const SbBox2f &box) const | SbBox2f | |
isEmpty(void) const | SbBox2f | inline |
makeEmpty(void) | SbBox2f | |
maxpt (defined in SbBox2f) | SbBox2f | protected |
minpt (defined in SbBox2f) | SbBox2f | protected |
operator!=(const SbBox2f &b1, const SbBox2f &b2) | SbBox2f | related |
operator==(const SbBox2f &b1, const SbBox2f &b2) | SbBox2f | related |
SbBox2f(void) | SbBox2f | inline |
SbBox2f(float xmin, float ymin, float xmax, float ymax) | SbBox2f | inline |
SbBox2f(const SbVec2f &minpoint, const SbVec2f &maxpoint) | SbBox2f | inline |
SbBox2f(const SbBox2d &box) (defined in SbBox2f) | SbBox2f | inlineexplicit |
SbBox2f(const SbBox2s &box) (defined in SbBox2f) | SbBox2f | inlineexplicit |
SbBox2f(const SbBox2i32 &box) (defined in SbBox2f) | SbBox2f | inlineexplicit |
setBounds(float xmin, float ymin, float xmax, float ymax) | SbBox2f | inline |
setBounds(const SbVec2f &minpoint, const SbVec2f &maxpoint) | SbBox2f | inline |
setBounds(const SbBox2d &box) | SbBox2f | |
setBounds(const SbBox2s &box) | SbBox2f | |
setBounds(const SbBox2i32 &box) | SbBox2f |