#include <line.hpp>
Definition at line 19 of file line.hpp.
Point extremity | ( | void | ) | const [inline] |
bool operator!= | ( | const line< K > & | other | ) | const [inline] |
bool operator== | ( | const line< K > & | other | ) | const [inline] |
bool orientation | ( | double * | q0, | |
double * | q1, | |||
double * | q2, | |||
double * | q3 | |||
) | [inline, inherited] |
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.
Point origin | ( | void | ) | const [inline] |
bool position | ( | double * | x, | |
double * | y, | |||
double * | z | |||
) | [inline, inherited] |
Definition at line 79 of file shape.hpp.
References geometric< K >::m_x, geometric< K >::m_y, and geometric< K >::m_z.
void setExtremity | ( | Point | extremity | ) | [inline] |
void setOrigin | ( | Point | origin | ) | [inline] |
double m_q0 [protected, inherited] |
Definition at line 75 of file shape.hpp.
Referenced by geometric< V >::geometric(), and geometric< K >::orientation().
double m_q1 [protected, inherited] |
Definition at line 75 of file shape.hpp.
Referenced by geometric< V >::geometric(), and geometric< K >::orientation().
double m_q2 [protected, inherited] |
Definition at line 75 of file shape.hpp.
Referenced by geometric< V >::geometric(), and geometric< K >::orientation().
double m_q3 [protected, inherited] |
Definition at line 75 of file shape.hpp.
Referenced by geometric< V >::geometric(), and geometric< K >::orientation().
double m_x [protected, inherited] |
Definition at line 74 of file shape.hpp.
Referenced by geometric< V >::geometric(), and geometric< K >::position().
double m_y [protected, inherited] |
Definition at line 74 of file shape.hpp.
Referenced by geometric< V >::geometric(), and geometric< K >::position().
double m_z [protected, inherited] |
Definition at line 74 of file shape.hpp.
Referenced by geometric< V >::geometric(), and geometric< K >::position().