Apollo  6.0
Open source self driving car software
Classes | Namespaces | Typedefs
euler_angles_zxy.h File Reference

Defines the EulerAnglesZXY class. More...

#include <cmath>
#include "Eigen/Geometry"
#include "modules/common/math/math_utils.h"
Include dependency graph for euler_angles_zxy.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  apollo::common::math::EulerAnglesZXY< T >
 Implements a class of Euler angles (actually, Tait-Bryan angles), with intrinsic sequence ZXY. More...
 

Namespaces

 apollo::common::math
 apollo::common::math
 
 apollo
 PlanningContext is the runtime context in planning. It is persistent across multiple frames.
 
 apollo::common
 apollo::common
 

Typedefs

using apollo::common::math::EulerAnglesZXYf = EulerAnglesZXY< float >
 
using apollo::common::math::EulerAnglesZXYd = EulerAnglesZXY< double >
 

Detailed Description

Defines the EulerAnglesZXY class.