WalkMC::LegWalkState Struct Reference#include <WalkMC.h>
List of all members.
Detailed Description
holds state about each leg's path
Definition at line 77 of file WalkMC.h.
|
Public Member Functions |
| | LegWalkState () |
| | constructor
|
Public Attributes |
| spline | airpath |
| | the path to follow
|
| bool | air |
| | true if in the air
|
| float | cyc |
| | (0,1) of how far along the path we are
|
Constructor & Destructor Documentation
| WalkMC::LegWalkState::LegWalkState |
( |
|
) |
[inline] |
|
|
|
constructor
Definition at line 78 of file WalkMC.h. |
Member Data Documentation
The documentation for this struct was generated from the following file:
|