29#include <Inventor/SbVec3f.h>
48 void setBounds(
const float minx,
const float miny,
const float minz,
59 const SbVec3f & getMin(
void)
const;
61 const SbVec3f & getMax(
void)
const;
64 void extendBy(
const SbVec3f & point);
66 void transform(
const SbMatrix & matrix);
68 SbBool isEmpty(
void)
const;
69 SbBool hasVolume(
void)
const;
70 float getVolume(
void)
const;
72 SbBool intersect(
const SbVec3f & point)
const;
78 void getOrigin(
float &
x0,
float &
y0,
float &
z0)
const;
79 void getSize(
float &
dx,
float &
dy,
float &
dz)
const;
The SbBox3d class is an abstraction for an axis aligned 3 dimensional box.
Definition SbBox3d.h:37
The SbBox3f class is an abstraction for an axis aligned 3 dimensional box.
Definition SbBox3f.h:37
SbBox3f(const SbBox3s &box)
Definition SbBox3f.h:44
SbBox3f(const SbBox3i32 &box)
Definition SbBox3f.h:45
SbBox3f(const SbBox3d &box)
Definition SbBox3f.h:43
Definition SbBox3i32.h:35
The SbBox3s class is a 3 dimensional box with short integer coordinates.
Definition SbBox3s.h:34
The SbList class is a template container class for lists.
Definition SbList.h:47
int operator!=(const SbList< Type > &l) const
Definition SbList.h:194
int operator==(const SbList< Type > &l) const
Definition SbList.h:186
The SbMatrix class is a 4x4 dimensional representation of a matrix.
Definition SbMatrix.h:37
The SbVec3f class is a 3 dimensional vector with floating point coordinates.
Definition SbVec3f.h:37