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