#include <osg/Matrix>
#include <ode/common.h>
#include "osgforwarddecl.h"
Include dependency graph for primitive.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | lpzrobots |
Classes | |
class | Primitive |
Interface class for primitives represented in the physical and graphical world. More... | |
class | Plane |
Plane primitive. More... | |
class | Box |
Box primitive. More... | |
class | Sphere |
Sphere primitive. More... | |
class | Capsule |
Capsule primitive. More... | |
class | Cylinder |
Cylinder primitive. More... | |
class | Mesh |
Mesh primitive. More... | |
class | Transform |
Primitive for transforming a geom (primitive without body) in respect to a body (primitive with body). More... | |
class | DummyPrimitive |
Dummy Primitive which returns 0 for geom and body. More... |