#include <myahrs_plus.hpp>
|
| DirectionCosineMatrix () |
|
| DirectionCosineMatrix (double dcm[9]) |
|
| DirectionCosineMatrix (double &m11, double &m12, double &m13, double &m21, double &m22, double &m23, double &m31, double &m32, double &m33) |
|
| DirectionCosineMatrix (std::string str_mat, char delimiter=' ') |
|
void | reset () |
|
void | set (double dcm[9]) |
|
void | set (double &m11, double &m12, double &m13, double &m21, double &m22, double &m23, double &m31, double &m32, double &m33) |
|
void | set (std::string str_mat, char delimiter=' ') |
|
void | set (std::vector< std::string > &str_array) |
|
void | set (Quaternion &q) |
|
EulerAngle | to_euler_angle () |
|
std::string | to_string () |
|
|
double | MAT (unsigned int row, unsigned int col) |
|
Definition at line 1229 of file myahrs_plus.hpp.
WithRobot::DirectionCosineMatrix::DirectionCosineMatrix |
( |
| ) |
|
|
inline |
WithRobot::DirectionCosineMatrix::DirectionCosineMatrix |
( |
double |
dcm[9] | ) |
|
|
inline |
WithRobot::DirectionCosineMatrix::DirectionCosineMatrix |
( |
double & |
m11, |
|
|
double & |
m12, |
|
|
double & |
m13, |
|
|
double & |
m21, |
|
|
double & |
m22, |
|
|
double & |
m23, |
|
|
double & |
m31, |
|
|
double & |
m32, |
|
|
double & |
m33 |
|
) |
| |
|
inline |
WithRobot::DirectionCosineMatrix::DirectionCosineMatrix |
( |
std::string |
str_mat, |
|
|
char |
delimiter = ' ' |
|
) |
| |
|
inline |
double WithRobot::DirectionCosineMatrix::MAT |
( |
unsigned int |
row, |
|
|
unsigned int |
col |
|
) |
| |
|
inlineprivate |
void WithRobot::DirectionCosineMatrix::reset |
( |
| ) |
|
|
inline |
void WithRobot::DirectionCosineMatrix::set |
( |
double |
dcm[9] | ) |
|
|
inline |
void WithRobot::DirectionCosineMatrix::set |
( |
double & |
m11, |
|
|
double & |
m12, |
|
|
double & |
m13, |
|
|
double & |
m21, |
|
|
double & |
m22, |
|
|
double & |
m23, |
|
|
double & |
m31, |
|
|
double & |
m32, |
|
|
double & |
m33 |
|
) |
| |
|
inline |
void WithRobot::DirectionCosineMatrix::set |
( |
std::string |
str_mat, |
|
|
char |
delimiter = ' ' |
|
) |
| |
|
inline |
void WithRobot::DirectionCosineMatrix::set |
( |
std::vector< std::string > & |
str_array | ) |
|
|
inline |
void WithRobot::DirectionCosineMatrix::set |
( |
Quaternion & |
q | ) |
|
EulerAngle WithRobot::DirectionCosineMatrix::to_euler_angle |
( |
| ) |
|
|
inline |
std::string WithRobot::DirectionCosineMatrix::to_string |
( |
| ) |
|
|
inline |
double WithRobot::DirectionCosineMatrix::mat[9] |
The documentation for this struct was generated from the following file: