#include <sphere.h>
Inheritance diagram for cganim::Sphere:
Public Member Functions | |
double | GetRadius () const |
Return sphere radius. | |
void | SetRadius (double new_radius) |
Modify sphere radius. | |
gml::Vector3d | GetCenter () const |
Return sphere center. | |
void | SetCenter (const gml::Vector3d &new_center) |
Modify sphere center. |