#include <sphere.hh>
Inheritance diagram for anoid::plugin::Sphere:


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 18 of file sphere.cc. References anoid::plugin::display, anoid::plugin::inited, anoid::base::Object::parent, and anoid::plugin::sphereshape. |
|
|
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 13 of file sphere.cc. References anoid::plugin::display. |