#include <test.h>
Public Member Functions | |
CLeg () | |
void | preprocess () |
void | process (CLeg *legs) |
void | update (CLeg *legs) |
Public Attributes | |
CVec | start |
CVec | end |
CVec | current |
CVec | target |
CVec | base |
CVec | oldTarget |
CVec | oldCurrent |
int | oldCounter |
float | legDown |
float | legUp |
float | legFront |
float | legBack |
float | legInner |
float | legOuter |
float | offset |
float | stanceCounter |
float | swingCounter |
float | offsetCounter |
float | maxCounter |
bool | onGround |
bool | isFront |
bool | isBack |
bool | isSwinging |
bool | doSwing |
bool | doStance |
int | id |
int | prior |
int | next |
int | across |
CLeg::CLeg | ( | ) |
void CLeg::preprocess | ( | ) |
void CLeg::process | ( | CLeg * | legs | ) |
void CLeg::update | ( | CLeg * | legs | ) |
int CLeg::oldCounter |
float CLeg::legDown |
float CLeg::legUp |
float CLeg::legFront |
float CLeg::legBack |
float CLeg::legInner |
float CLeg::legOuter |
float CLeg::offset |
float CLeg::stanceCounter |
float CLeg::swingCounter |
float CLeg::offsetCounter |
float CLeg::maxCounter |
bool CLeg::onGround |
bool CLeg::isFront |
bool CLeg::isBack |
bool CLeg::isSwinging |
bool CLeg::doSwing |
bool CLeg::doStance |
int CLeg::id |
int CLeg::prior |
int CLeg::next |
int CLeg::across |