Public Member Functions | |
AxisRotation (float a_pitch, float a_yaw, float a_roll) | |
AxisRotation | operator+ (const AxisRotation &a) const |
AxisRotation | operator- (const AxisRotation &a) const |
Data Fields | |
float | pitch |
float | yaw |
float | roll |
Friends | |
std::ostream & | operator<< (std::ostream &os, const AxisRotation &rot) |
Definition at line 227 of file PlantArchitecture.h.
|
inline |
Definition at line 229 of file PlantArchitecture.h.
|
inline |
Definition at line 235 of file PlantArchitecture.h.
|
inline |
Definition at line 257 of file PlantArchitecture.h.
|
inline |
Definition at line 261 of file PlantArchitecture.h.
|
friend |
Definition at line 248 of file PlantArchitecture.h.
float AxisRotation::pitch |
Definition at line 241 of file PlantArchitecture.h.
float AxisRotation::roll |
Definition at line 243 of file PlantArchitecture.h.
float AxisRotation::yaw |
Definition at line 242 of file PlantArchitecture.h.