Jafar
|
Definition at line 12 of file Plane3D.hpp.
Public Member Functions | |
PointsDriver (const VecD &p1, const VecD &p2, const VecD &p3, const RepereD *reference=Repere3D::global()) | |
Builds a 3D plan given 3 non aligned points. | |
HomogenousVecD | equation () const |
HomogenousVecD | origin () |
HomogenousVecD | normal () const |
virtual Driver * | clone () const |
Private Member Functions | |
PointsDriver (const HomogenousVecD &eqn, const HomogenousVecD &n, const RepereD *reference=RepereD::global()) | |
Private Attributes | |
HomogenousVecD | m_n |
virtual Driver* jafar::geom::Plane3D::PointsDriver::clone | ( | ) | const [inline, virtual] |
Reimplemented from jafar::geom::HyperPlane< dimension >::EquationDriver.
Definition at line 45 of file Plane3D.hpp.
References PointsDriver().
HomogenousVecD jafar::geom::Plane3D::PointsDriver::equation | ( | ) | const [inline, virtual] |
Reimplemented from jafar::geom::HyperPlane< dimension >::EquationDriver.
Definition at line 37 of file Plane3D.hpp.
HomogenousVecD jafar::geom::Plane3D::PointsDriver::normal | ( | ) | const [inline, virtual] |
Reimplemented from jafar::geom::HyperPlane< dimension >::EquationDriver.
Definition at line 44 of file Plane3D.hpp.
Generated on Wed Oct 15 2014 00:37:37 for Jafar by doxygen 1.7.6.1 |