Go to the source code of this file.
Functions | |
TEST (turbotrig_test, atan_test) | |
TEST (turbotrig_test, sin_cos_test) | |
TEST (turbotrig_test, atan2_test) | |
TEST (turbotrig_test, asin_test) | |
TEST (turbotrig_test, fast_alt_test) | |
TEST (turbovec_test, vector_test) | |
TEST (turbovec_test, quaternion_test) | |
TEST (turbovec_test, quat_from_two_vectors_test) | |
Variables | |
turbomath::Quaternion | random_quaternions [25] |
turbomath::Vector | random_vectors [25] |
TEST | ( | turbotrig_test | , |
atan_test | |||
) |
Definition at line 98 of file turbotrig_test.cpp.
TEST | ( | turbotrig_test | , |
sin_cos_test | |||
) |
Definition at line 106 of file turbotrig_test.cpp.
TEST | ( | turbotrig_test | , |
atan2_test | |||
) |
Definition at line 116 of file turbotrig_test.cpp.
TEST | ( | turbotrig_test | , |
asin_test | |||
) |
Definition at line 130 of file turbotrig_test.cpp.
TEST | ( | turbotrig_test | , |
fast_alt_test | |||
) |
Definition at line 141 of file turbotrig_test.cpp.
TEST | ( | turbovec_test | , |
vector_test | |||
) |
Definition at line 161 of file turbotrig_test.cpp.
TEST | ( | turbovec_test | , |
quaternion_test | |||
) |
Definition at line 213 of file turbotrig_test.cpp.
TEST | ( | turbovec_test | , |
quat_from_two_vectors_test | |||
) |
Definition at line 270 of file turbotrig_test.cpp.
turbomath::Quaternion random_quaternions[25] |
Definition at line 68 of file turbotrig_test.cpp.
turbomath::Vector random_vectors[25] |
Definition at line 38 of file turbotrig_test.cpp.