|
Static Public Member Functions |
void | limitChar (signed char *in, int low, int high) |
void | limitChar (unsigned char *in, int low, int high) |
void | limitInt (int *in, int low, int high) |
void | limitFloat (float *in, float low, float high) |
void | wrapChar (signed char *in, signed char low, signed char high) |
void | wrapInt (int *in, int low, int high) |
void | wrapFloat (float *in, float low, float high) |
int | rrand (int min, int max) |
bool | boolFromWord (char *word) |
void | addBit (long *currentBits, long newBits) |
void | removeBit (long *currentBits, long oldBits) |
void | calculateSlope (float x, float y, float x2, float y2, float *dx, float *dy) |
Private Member Functions |
| Math () |