Public Member Functions | |
GeomTranslateVisitor (const osg::Vec3 &vec) | |
virtual void | apply (Physics::Geom &geom) |
Protected Attributes | |
const osg::Vec3 & | vec |
Definition at line 706 of file 3DPhy.cpp.
GeomTranslateVisitor::GeomTranslateVisitor | ( | const osg::Vec3 & | vec | ) | [inline] |
virtual void GeomTranslateVisitor::apply | ( | Physics::Geom & | geom | ) | [inline, virtual] |
Reimplemented from Physics::Visitor.
Definition at line 709 of file 3DPhy.cpp.
References Physics::Geom::translate(), Physics::Visitor::traverse(), and vec.
const osg::Vec3& GeomTranslateVisitor::vec [protected] |