|
shape_doc 0.1
|
#include <plane.hpp>
| plane | ( | void | ) |
Definition at line 52 of file plane.hpp.
References POLYNOMIAL.
{
this->m_polynomial =POLYNOMIAL("x") ;
}
| plane | ( | const char * | equation | ) |
Definition at line 57 of file plane.hpp.
References POLYNOMIAL.
{
this->m_polynomial =POLYNOMIAL(equation) ;
}
| double a | ( | void | ) | const [inline] |
| double b | ( | void | ) | const [inline] |
| double c | ( | void | ) | const [inline] |
| double d | ( | void | ) | const [inline] |
| polynomial< double, with< MonomialTensor > > equation | ( | void | ) | const |
| bool operator!= | ( | const plane< K > & | other | ) | const |
| bool operator== | ( | const plane< K > & | other | ) | const |
| double & operator[] | ( | const int & | i | ) |
| bool orientation | ( | double * | q0, |
| double * | q1, | ||
| double * | q2, | ||
| double * | q3 | ||
| ) | [inherited] |
| bool position | ( | double * | x, |
| double * | y, | ||
| double * | z | ||
| ) | [inherited] |
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().