osg::Box Class Reference
List of all members.
Constructor & Destructor Documentation
osg::Box::Box |
( |
|
) |
[inline] |
osg::Box::Box |
( |
const osg::Vec3 & |
center, |
|
|
float |
width | |
|
) |
| | [inline] |
osg::Box::Box |
( |
const osg::Vec3 & |
center, |
|
|
float |
lengthX, |
|
|
float |
lengthY, |
|
|
float |
lengthZ | |
|
) |
| | [inline] |
osg::Box::Box |
( |
const Box & |
box, |
|
|
const CopyOp & |
copyop = CopyOp::SHALLOW_COPY | |
|
) |
| | [inline] |
virtual osg::Box::~Box |
( |
|
) |
[protected, virtual] |
Member Function Documentation
Matrix osg::Box::computeRotationMatrix |
( |
|
) |
const [inline] |
const Vec3& osg::Box::getCenter |
( |
|
) |
const [inline] |
const Vec3& osg::Box::getHalfLengths |
( |
|
) |
const [inline] |
const Quat& osg::Box::getRotation |
( |
|
) |
const [inline] |
osg::Box::META_Shape |
( |
osg |
, |
|
|
Box |
| |
|
) |
| | |
void osg::Box::set |
( |
const Vec3 & |
center, |
|
|
const Vec3 & |
halfLengths | |
|
) |
| | [inline] |
void osg::Box::setCenter |
( |
const Vec3 & |
center |
) |
[inline] |
void osg::Box::setHalfLengths |
( |
const Vec3 & |
halfLengths |
) |
[inline] |
void osg::Box::setRotation |
( |
const Quat & |
quat |
) |
[inline] |
bool osg::Box::valid |
( |
|
) |
const [inline] |
bool osg::Box::zeroRotation |
( |
|
) |
const [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: