Go to the source code of this file.
Functions | |
static double | getRandomNumber (double min, double max) |
int | main (int argc, char **argv) |
TEST (TestSplines, testQuinticCoefficients) | |
TEST (TestSplines, testCubicCoefficients) |
static double getRandomNumber | ( | double | min, |
double | max | ||
) | [static] |
Definition at line 43 of file test_splines.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 111 of file test_splines.cpp.
TEST | ( | TestSplines | , |
testQuinticCoefficients | |||
) |
Definition at line 48 of file test_splines.cpp.
TEST | ( | TestSplines | , |
testCubicCoefficients | |||
) |
Definition at line 80 of file test_splines.cpp.