|
TinyRobotics
|
Simple 3D orientation class (yaw, pitch, roll in radians) More...
#include <Orientation3D.h>
Public Member Functions | |
| Orientation3D (float yaw, float pitch, float roll) | |
| Orientation3D (Angle yaw, Angle pitch, Angle roll) | |
| Angle | getYaw () const |
| Angle | getPitch () const |
| Angle | getRoll () const |
| void | set (float newYaw, float newPitch, float newRoll) |
| void | set (Angle newYaw, Angle newPitch, Angle newRoll) |
| void | wrap () |
Public Attributes | |
| float | yaw = 0.0f |
| Yaw angle (radians) | |
| float | pitch = 0.0f |
| Pitch angle (radians) | |
| float | roll = 0.0f |
| Roll angle (radians) | |
Simple 3D orientation class (yaw, pitch, roll in radians)