15 return os <<
"(" <<
q.w <<
", " <<
q.x <<
", " <<
q.y <<
", " <<
q.z <<
")";
27 return os <<
"(" <<
q.w <<
", " <<
q.x <<
", " <<
q.y <<
", " <<
q.z <<
")";
#define BEGIN_AH_NAMESPACE
Definition of Quaternion and EulerAngles.
Array< T, N > copyAs(const Array< U, N > &src)
Copy an Array to an Array of a different type.
constexpr std::enable_if< std::is_floating_point< T >::value, T >::type rad2deg(T r)
Convert radians to degrees.
Print & operator<<(Print &os, Quaternion q)
Struct for Euler angles of floating point numbers.
Type for quaternions of floating point numbers.