#include <boundingshape.h>
Possible lines are: sphere radius (x,y,z) cylinder radius height (x,y,z) (alpha, beta, gamma) capsule radius height (x,y,z) (alpha, beta, gamma) box length width height (x,y,z) (alpha, beta, gamma) (x,y,z) is the position vector and (alpha, beta, gamma) are the rotation angles about x,y,z axis respectively
Definition at line 53 of file boundingshape.h.
Public Member Functions | |
BoundingShape (const std::string &filename) | |
virtual | ~BoundingShape () |
bool | readBBoxFile (std::string &filename, const OdeHandle &odeHandle, const OsgHandle &osgHandle, const osg::Matrix &pose, double scale, char mode) |
virtual bool | init (const OdeHandle &odeHandle, const OsgHandle &osgHandle, const osg::Matrix &pose, double scale, char mode) |
virtual void | update () |
|
Definition at line 55 of file boundingshape.h. |
|
Definition at line 56 of file boundingshape.h. |
|
Definition at line 85 of file boundingshape.h. |
|
Definition at line 57 of file boundingshape.h. |
|
Definition at line 90 of file boundingshape.h. |