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 SbBox3f, including all inherited members.
extendBy(const SbVec3f &pt) | SbBox3f | |
extendBy(const SbBox3f &box) | SbBox3f | |
getBounds(float &xmin, float &ymin, float &zmin, float &xmax, float &ymax, float &zmax) const | SbBox3f | inline |
getBounds(SbVec3f &minpoint, SbVec3f &maxpoint) const | SbBox3f | inline |
getCenter(void) const | SbBox3f | inline |
getClosestPoint(const SbVec3f &point) const | SbBox3f | |
getMax(void) const | SbBox3f | inline |
getMax(void) | SbBox3f | inline |
getMin(void) const | SbBox3f | inline |
getMin(void) | SbBox3f | inline |
getOrigin(float &originX, float &originY, float &originZ) const | SbBox3f | inline |
getSize(float &sizeX, float &sizeY, float &sizeZ) const | SbBox3f | inline |
getSize(void) const | SbBox3f | inline |
getSpan(const SbVec3f &dir, float &dmin, float &dmax) const | SbBox3f | |
getVolume(void) const | SbBox3f | inline |
hasVolume(void) const | SbBox3f | inline |
intersect(const SbVec3f &pt) const | SbBox3f | |
intersect(const SbBox3f &box) const | SbBox3f | |
isEmpty(void) const | SbBox3f | inline |
makeEmpty(void) | SbBox3f | |
operator!=(const SbBox3f &b1, const SbBox3f &b2) | SbBox3f | related |
operator==(const SbBox3f &b1, const SbBox3f &b2) | SbBox3f | related |
outside(const SbMatrix &mvp, int &cullbits) const | SbBox3f | |
print(FILE *file) const | SbBox3f | |
SbBox3f(void) | SbBox3f | inline |
SbBox3f(float xmin, float ymin, float zmin, float xmax, float ymax, float zmax) | SbBox3f | inline |
SbBox3f(const SbVec3f &minpoint, const SbVec3f &maxpoint) | SbBox3f | inline |
SbBox3f(const SbBox3d &box) (defined in SbBox3f) | SbBox3f | inlineexplicit |
SbBox3f(const SbBox3s &box) (defined in SbBox3f) | SbBox3f | inlineexplicit |
SbBox3f(const SbBox3i32 &box) (defined in SbBox3f) | SbBox3f | inlineexplicit |
setBounds(float xmin, float ymin, float zmin, float xmax, float ymax, float zmax) | SbBox3f | inline |
setBounds(const SbVec3f &minpoint, const SbVec3f &maxpoint) | SbBox3f | inline |
setBounds(const SbBox3d &box) | SbBox3f | |
setBounds(const SbBox3s &box) | SbBox3f | |
setBounds(const SbBox3i32 &box) | SbBox3f | |
transform(const SbMatrix &matrix) | SbBox3f |