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 |
| float | azimuth |
| helios::vec3 | peduncle_axis |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const AxisRotation &rot) |
Definition at line 228 of file PlantArchitecture.h.
|
inline |
Definition at line 230 of file PlantArchitecture.h.
|
inline |
Definition at line 238 of file PlantArchitecture.h.
|
inline |
Definition at line 264 of file PlantArchitecture.h.
|
inline |
Definition at line 268 of file PlantArchitecture.h.
|
friend |
Definition at line 255 of file PlantArchitecture.h.
| float AxisRotation::azimuth |
Definition at line 249 of file PlantArchitecture.h.
| helios::vec3 AxisRotation::peduncle_axis |
Definition at line 250 of file PlantArchitecture.h.
| float AxisRotation::pitch |
Definition at line 246 of file PlantArchitecture.h.
| float AxisRotation::roll |
Definition at line 248 of file PlantArchitecture.h.
| float AxisRotation::yaw |
Definition at line 247 of file PlantArchitecture.h.