humoto
|
This enum is used to handle symmetric objects (left / right foot etc).
Definition at line 17 of file leftright.h.
#include <leftright.h>
Public Types | |
enum | Type { UNDEFINED = 0, LEFT = 1, RIGHT = 2, COUNT = 2 } |
Static Public Member Functions | |
static Type | invert (const Type left_or_right) |
Exchange left and right. More... | |
Enumerator | |
---|---|
UNDEFINED | |
LEFT | |
RIGHT | |
COUNT |
Definition at line 20 of file leftright.h.
Exchange left and right.
[in] | left_or_right | LEFT or RIGHT |
Definition at line 37 of file leftright.h.