addBit(long *currentBits, long newBits) | Math | [static] |
boolFromWord(char *word) | Math | [static] |
calculateSlope(float x, float y, float x2, float y2, float *dx, float *dy) | Math | [static] |
limitChar(signed char *in, int low, int high) | Math | [static] |
limitChar(unsigned char *in, int low, int high) | Math | [static] |
limitFloat(float *in, float low, float high) | Math | [static] |
limitInt(int *in, int low, int high) | Math | [static] |
Math() | Math | [inline, private] |
removeBit(long *currentBits, long oldBits) | Math | [static] |
rrand(int min, int max) | Math | [static] |
wrapChar(signed char *in, signed char low, signed char high) | Math | [static] |
wrapFloat(float *in, float low, float high) | Math | [static] |
wrapInt(int *in, int low, int high) | Math | [static] |