Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://coin3d.github.io
https://www.kongsberg.com/en/kogt/
SbBox3f Member List

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