#include <myahrs_plus.hpp>
|
| double | w |
| |
| double | x |
| |
| double | y |
| |
| double | z |
| |
Definition at line 1338 of file myahrs_plus.hpp.
| WithRobot::Quaternion::Quaternion |
( |
double |
_x = 0, |
|
|
double |
_y = 0, |
|
|
double |
_z = 0, |
|
|
double |
_w = 1 |
|
) |
| |
|
inline |
| WithRobot::Quaternion::Quaternion |
( |
std::string |
str_xyzw, |
|
|
char |
delimiter = ' ' |
|
) |
| |
|
inline |
| void WithRobot::Quaternion::normalize |
( |
| ) |
|
|
inline |
| void WithRobot::Quaternion::reset |
( |
| ) |
|
|
inline |
| void WithRobot::Quaternion::set |
( |
double |
_x, |
|
|
double |
_y, |
|
|
double |
_z, |
|
|
double |
_w |
|
) |
| |
|
inline |
| void WithRobot::Quaternion::set |
( |
std::string |
str_xyzw, |
|
|
char |
delimiter = ' ' |
|
) |
| |
|
inline |
| void WithRobot::Quaternion::set |
( |
std::vector< std::string > & |
str_array | ) |
|
|
inline |
| EulerAngle WithRobot::Quaternion::to_euler_angle |
( |
| ) |
|
|
inline |
| std::string WithRobot::Quaternion::to_string |
( |
| ) |
|
|
inline |
| double WithRobot::Quaternion::w |
| double WithRobot::Quaternion::x |
| double WithRobot::Quaternion::y |
| double WithRobot::Quaternion::z |
The documentation for this struct was generated from the following file: