UAV Simulator
Loading...
Searching...
No Matches
common.h
Go to the documentation of this file.
1
5#ifndef COMMON_H
6#define COMMON_H
7
8#include <easy3d/core/vec.h>
9
17namespace easy3d
18{
19 using vec3 = Vec<3, float>; // This creates easy3d::vec3
20}
21
22#endif // COMMON_H
Namespace for Easy3D rendering and geometry types.
Vec< 3, float > vec3
Definition common.h:19