|
shape_doc 0.1
|
#include <line.hpp>
Definition at line 24 of file line.hpp.
References line< K >::extremity(), and line< K >::origin().
Definition at line 28 of file line.hpp.
References line< K >::extremity(), and line< K >::origin().
| Point extremity | ( | void | ) | const [inline] |
Definition at line 36 of file line.hpp.
Referenced by line< K >::line(), and line< K >::setExtremity().
{ return m_extremity ; }
| bool operator!= | ( | const line< K > & | other | ) | const |
| bool operator== | ( | const line< K > & | other | ) | const |
| bool orientation | ( | double * | q0, |
| double * | q1, | ||
| double * | q2, | ||
| double * | q3 | ||
| ) | [inherited] |
| Point origin | ( | void | ) | const [inline] |
Definition at line 35 of file line.hpp.
Referenced by line< K >::line(), and line< K >::setOrigin().
{ return m_origin ; }
| bool position | ( | double * | x, |
| double * | y, | ||
| double * | z | ||
| ) | [inherited] |
| void setExtremity | ( | Point | extremity | ) | [inline] |
Definition at line 39 of file line.hpp.
References line< K >::extremity().
{ this->m_extremity = extremity ; }
| void setOrigin | ( | Point | origin | ) | [inline] |
Definition at line 38 of file line.hpp.
References line< K >::origin().
{ this->m_origin = origin ; }
double m_q0 [protected, inherited] |
Definition at line 76 of file shape.hpp.
Referenced by geometric< V >::geometric().
double m_q1 [protected, inherited] |
Definition at line 76 of file shape.hpp.
Referenced by geometric< V >::geometric().
double m_q2 [protected, inherited] |
Definition at line 76 of file shape.hpp.
Referenced by geometric< V >::geometric().
double m_q3 [protected, inherited] |
Definition at line 76 of file shape.hpp.
Referenced by geometric< V >::geometric().
double m_x [protected, inherited] |
Definition at line 75 of file shape.hpp.
Referenced by geometric< V >::geometric().
double m_y [protected, inherited] |
Definition at line 75 of file shape.hpp.
Referenced by geometric< V >::geometric().
double m_z [protected, inherited] |
Definition at line 75 of file shape.hpp.
Referenced by geometric< V >::geometric().