Go to the source code of this file.
Macros | |
#define | NUM_CHAIN_LINKS (1 + CHOMP_CHAIN_LAST_PART_IDX - CHOMP_CHAIN_FIRST_PART_IDX) |
Functions | |
void N | ChompChainAddPolarPos (ChompChain *script, f32 magnitude, f32 angleDeg) |
void N | ChompChainGetPolarX (f32 *x, f32 magnitude, f32 angleDeg) |
#define NUM_CHAIN_LINKS (1 + CHOMP_CHAIN_LAST_PART_IDX - CHOMP_CHAIN_FIRST_PART_IDX) |
Definition at line 29 of file ChompChainSupport.inc.c.
void N ChompChainAddPolarPos | ( | ChompChain * | script, |
f32 | magnitude, | ||
f32 | angleDeg ) |
Definition at line 65 of file ChompChainSupport.inc.c.
void N ChompChainGetPolarX | ( | f32 * | x, |
f32 | magnitude, | ||
f32 | angleDeg ) |
Definition at line 74 of file ChompChainSupport.inc.c.