#include <shape.hh>
Inheritance diagram for anoid::base::Shape:


Public Methods | |
| virtual void | redraw () |
| virtual void | getInverseInertiaTensor (double *output, double a, double b, double c) |
|
||||||||||||||||||||
|
Calculate the inverse of the intertia tensor in local coordinates
Reimplemented in anoid::plugin::Box, and anoid::plugin::Sphere. |
|
|
Called just after update has been called on the entire world. This should draw the objects (using OpenGL). Reimplemented from anoid::base::Object. Reimplemented in anoid::plugin::AscShape, anoid::plugin::Box, and anoid::plugin::Sphere. Definition at line 8 of file shape.cc. Referenced by anoid::base::Element::redraw(). |