#include <Sphere.h>
Inheritance diagram for OpenCAL::Sphere:


Public Member Functions | |
| Sphere (System *parent, float radius=1.0f, float mass=1.0f) | |
| float | getRadius () const |
| void | setRadius (float radius) |
| virtual void | render () |
| virtual void | calculateVolume () |
| virtual void | calculateInversedInertia () |
Protected Attributes | |
| float | m_radius |
Definition at line 25 of file Sphere.h.
1.3.8