#include <head.h>
Public Member Functions | |
Head () | |
Head (F32 m, F32 r) | |
F32 | setMass (F32 m) |
F32 | setRadius (F32 r) |
F32 | getMass () |
F32 | getRadius () |
F32 | getInertia () |
void | propagate (F32 horizontal_force, F32 vertical_force, F32 dt) |
Public Attributes | |
F32 | phi |
F32 | theta |
Private Attributes | |
F32 | mass |
F32 | radius |
F32 | inertia |
Definition at line 38 of file head.h.
Head::Head | ( | ) |
Definition at line 95 of file head.cpp.
References f, inertia, phi, phi_spring(), PI, radius, theta, and theta_spring().
F32 Head::inertia [private] |
Definition at line 58 of file head.h.
Referenced by getInertia(), Head(), propagate(), setMass(), and setRadius().
F32 Head::mass [private] |
F32 Head::radius [private] |
Definition at line 58 of file head.h.
Referenced by getRadius(), Head(), propagate(), setMass(), and setRadius().