Antkeeper
0.0.1
|
Builds rotation from 3DoF angles. More...
#include <three-dof-constraint.hpp>
Public Attributes | |
float | yaw |
Yaw rotation angle, in radians. More... | |
float | pitch |
Pitch rotation angle, in radians. More... | |
float | roll |
Roll rotation angle, in radians. More... | |
Builds rotation from 3DoF angles.
Definition at line 27 of file three-dof-constraint.hpp.
float three_dof_constraint::pitch |
Pitch rotation angle, in radians.
Definition at line 33 of file three-dof-constraint.hpp.
float three_dof_constraint::roll |
Roll rotation angle, in radians.
Definition at line 36 of file three-dof-constraint.hpp.
float three_dof_constraint::yaw |
Yaw rotation angle, in radians.
Definition at line 30 of file three-dof-constraint.hpp.