shape_doc 0.1
|
#include <shape.hpp>
geometric | ( | void | ) | [inline] |
bool orientation | ( | double * | q0, |
double * | q1, | ||
double * | q2, | ||
double * | q3 | ||
) |
bool position | ( | double * | x, |
double * | y, | ||
double * | z | ||
) |
double m_q0 [protected] |
Definition at line 76 of file shape.hpp.
Referenced by geometric< V >::geometric().
double m_q1 [protected] |
Definition at line 76 of file shape.hpp.
Referenced by geometric< V >::geometric().
double m_q2 [protected] |
Definition at line 76 of file shape.hpp.
Referenced by geometric< V >::geometric().
double m_q3 [protected] |
Definition at line 76 of file shape.hpp.
Referenced by geometric< V >::geometric().
double m_x [protected] |
Definition at line 75 of file shape.hpp.
Referenced by geometric< V >::geometric().
double m_y [protected] |
Definition at line 75 of file shape.hpp.
Referenced by geometric< V >::geometric().
double m_z [protected] |
Definition at line 75 of file shape.hpp.
Referenced by geometric< V >::geometric().