#include <box.hh>
Inheritance diagram for anoid::plugin::Box:


Public Methods | |
| virtual void | redraw () |
| virtual void | init (config::Configuration &c) |
| virtual void | getInverseInertiaTensor (double *output, double a, double b, double c) |
|
||||||||||||||||||||
|
Calculate the inverse of the intertia tensor in local coordinates
Reimplemented from anoid::base::Shape. |
|
|
This is the real initialiser. It should take it's parameters from the provided configuration
Reimplemented from anoid::base::Object. Definition at line 21 of file box.cc. References anoid::plugin::boxdisplay, anoid::plugin::boxinited, anoid::plugin::boxshape, anoid::base::Object::getWorld(), anoid::base::Object::parent, and Vector(). |
|
|
Called just after update has been called on the entire world. This should draw the objects (using OpenGL). Reimplemented from anoid::base::Shape. Definition at line 16 of file box.cc. References anoid::plugin::boxdisplay, and anoid::base::Object::getWorld(). |