#include <iostream>#include <math.h>#include <vector>#include <Eigen/Core>
Go to the source code of this file.
Classes | |
| struct | euler |
| struct | quart |
Defines | |
| #define | PI 3.14159265 |
Functions | |
| int | main () |
| float | toDegrees (float radians) |
| float | toRadians (float degrees) |
| #define PI 3.14159265 |
Definition at line 6 of file uv_angle_test.cpp.
| int main | ( | ) |
Definition at line 36 of file uv_angle_test.cpp.
| float toDegrees | ( | float | radians | ) |
Definition at line 10 of file uv_angle_test.cpp.
| float toRadians | ( | float | degrees | ) |
Definition at line 16 of file uv_angle_test.cpp.