Searched refs:Hyperplane (Results 1 - 11 of 11) sorted by relevance

/external/eigen/Eigen/src/Geometry/
H A DHyperplane.h18 * \class Hyperplane
34 class Hyperplane class in namespace:Eigen
53 inline Hyperplane() {} function in class:Eigen::Hyperplane
56 Hyperplane(const Hyperplane<Scalar,AmbientDimAtCompileTime,OtherOptions>& other) argument
62 inline explicit Hyperplane(Index _dim) : m_coeffs(_dim+1) {} function in class:Eigen::Hyperplane
67 inline Hyperplane(const VectorType& n, const VectorType& e) function in class:Eigen::Hyperplane
78 inline Hyperplane(const VectorType& n, const Scalar& d) function in class:Eigen::Hyperplane
88 static inline Hyperplane Through(const VectorType& p0, const VectorType& p1)
90 Hyperplane resul
123 explicit Hyperplane(const ParametrizedLine<Scalar, AmbientDimAtCompileTime>& parametrized) function in class:Eigen::Hyperplane
262 Hyperplane(const Hyperplane<OtherScalarType,AmbientDimAtCompileTime,OtherOptions>& other) argument
270 isApprox(const Hyperplane<Scalar,AmbientDimAtCompileTime,OtherOptions>& other, const typename NumTraits<Scalar>::Real& prec = NumTraits<Scalar>::dummy_precision()) const argument
[all...]
H A DParametrizedLine.h62 explicit ParametrizedLine(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane);
99 Scalar intersectionParameter(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane) const;
102 Scalar intersection(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane) const;
105 VectorType intersectionPoint(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane) const;
146 inline ParametrizedLine<_Scalar, _AmbientDim,_Options>::ParametrizedLine(const Hyperplane<_Scalar, _AmbientDim,OtherOptions>& hyperplane) argument
166 inline _Scalar ParametrizedLine<_Scalar, _AmbientDim,_Options>::intersectionParameter(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane) const argument
178 inline _Scalar ParametrizedLine<_Scalar, _AmbientDim,_Options>::intersection(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane) const argument
188 ParametrizedLine<_Scalar, _AmbientDim,_Options>::intersectionPoint(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane) const argument
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DHyperplane.h17 * \class Hyperplane
33 class Hyperplane class in namespace:Eigen
47 inline Hyperplane() {} function in class:Eigen::Hyperplane
51 inline explicit Hyperplane(int _dim) : m_coeffs(_dim+1) {} function in class:Eigen::Hyperplane
56 inline Hyperplane(const VectorType& n, const VectorType& e) function in class:Eigen::Hyperplane
67 inline Hyperplane(const VectorType& n, Scalar d) function in class:Eigen::Hyperplane
77 static inline Hyperplane Through(const VectorType& p0, const VectorType& p1)
79 Hyperplane result(p0.size());
88 static inline Hyperplane Through(const VectorType& p0, const VectorType& p1, const VectorType& p2)
91 Hyperplane resul
102 explicit Hyperplane(const ParametrizedLine<Scalar, AmbientDimAtCompileTime>& parametrized) function in class:Eigen::Hyperplane
239 Hyperplane(const Hyperplane<OtherScalarType,AmbientDimAtCompileTime>& other) argument
[all...]
H A DParametrizedLine.h51 explicit ParametrizedLine(const Hyperplane<_Scalar, _AmbientDim>& hyperplane);
85 Scalar intersection(const Hyperplane<_Scalar, _AmbientDim>& hyperplane);
125 inline ParametrizedLine<_Scalar, _AmbientDim>::ParametrizedLine(const Hyperplane<_Scalar, _AmbientDim>& hyperplane) argument
135 inline _Scalar ParametrizedLine<_Scalar, _AmbientDim>::intersection(const Hyperplane<_Scalar, _AmbientDim>& hyperplane) argument
H A DAll.h19 #include "Hyperplane.h"
57 #define Hyperplane eigen2_Hyperplane macro
72 #include "Hyperplane.h"
112 #undef Hyperplane macro
/external/eigen/test/
H A Dgeo_hyperplane.cpp19 Hyperplane.h
73 Hyperplane<OtherScalar,Dim,Options> hp1f = pl1.template cast<OtherScalar>();
75 Hyperplane<Scalar,Dim,Options> hp1d = pl1.template cast<Scalar>();
82 typedef Hyperplane<Scalar, 2> HLine;
120 typedef Hyperplane<Scalar, 3> Plane;
145 typedef Hyperplane<Scalar,3,AutoAlign> Plane3a;
146 typedef Hyperplane<Scalar,3,DontAlign> Plane3u;
174 CALL_SUBTEST_1( hyperplane(Hyperplane<float,2>()) );
175 CALL_SUBTEST_2( hyperplane(Hyperplane<float,3>()) );
176 CALL_SUBTEST_2( hyperplane(Hyperplane<floa
[all...]
H A Dgeo_parametrizedline.cpp27 typedef Hyperplane<Scalar,LineType::AmbientDimAtCompileTime> HyperplaneType;
/external/eigen/test/eigen2/
H A Deigen2_regression.cpp90 Hyperplane<float,2> coeffs3f;
104 Hyperplane<float,2> coeffs3f;
116 Hyperplane<double,4> coeffs5d;
127 Hyperplane<std::complex<double>,Dynamic> *coeffs12cd = new Hyperplane<std::complex<double>,Dynamic>(11);
H A Deigen2_hyperplane.cpp19 Hyperplane.h
73 Hyperplane<OtherScalar,Dim> hp1f = pl1.template cast<OtherScalar>();
75 Hyperplane<Scalar,Dim> hp1d = pl1.template cast<Scalar>();
81 typedef Hyperplane<Scalar, 2> HLine;
119 CALL_SUBTEST_1( hyperplane(Hyperplane<float,2>()) );
120 CALL_SUBTEST_2( hyperplane(Hyperplane<float,3>()) );
121 CALL_SUBTEST_3( hyperplane(Hyperplane<double,4>()) );
122 CALL_SUBTEST_4( hyperplane(Hyperplane<std::complex<double>,5>()) );
/external/eigen/Eigen/src/Eigen2Support/
H A DLeastSquares.h91 typedef Hyperplane<Scalar, VectorType::SizeAtCompileTime> HyperplaneType;
/external/eigen/Eigen/src/Core/util/
H A DForwardDeclarations.h255 template <typename _Scalar, int _AmbientDim> class Hyperplane;
263 template <typename _Scalar, int _AmbientDim, int Options=AutoAlign> class Hyperplane;

Completed in 411 milliseconds