opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
euler_angles.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace osc
7{
8 // in OSC, Euler angles represent an intrinsic 3D rotation about
9 // the X, then Y, then Z axes
10
11 template<typename Units>
12 using EulerAnglesIn = Vector<Units, 3>; // useful for writing `EulerAnglesIn<Degrees>(vec)`
13
15}
Definition vector.h:63
Definition custom_decoration_generator.h:5