#include <stdio.h>
#include <tf2/LinearMath/Quaternion.h>
#include <tf2/LinearMath/Matrix3x3.h>
#include <cmath>
#include <iostream>
Go to the source code of this file.
Macros | |
#define | _USE_MATH_DEFINES |
Functions | |
int | main (int argc, char *argv[]) |
#define _USE_MATH_DEFINES |
Definition at line 9 of file quat_test.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 18 of file quat_test.cpp.