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

/external/eigen/Eigen/src/Geometry/
H A DHyperplane.h18 * \class Hyperplane
34 class Hyperplane class in namespace:Eigen
53 EIGEN_DEVICE_FUNC inline Hyperplane() {} function in class:Eigen::Hyperplane
56 EIGEN_DEVICE_FUNC Hyperplane(const Hyperplane<Scalar,AmbientDimAtCompileTime,OtherOptions>& other) argument
62 EIGEN_DEVICE_FUNC inline explicit Hyperplane(Index _dim) : m_coeffs(_dim+1) {} function in class:Eigen::Hyperplane
67 EIGEN_DEVICE_FUNC inline Hyperplane(const VectorType& n, const VectorType& e) function in class:Eigen::Hyperplane
78 EIGEN_DEVICE_FUNC inline Hyperplane(const VectorType& n, const Scalar& d) function in class:Eigen::Hyperplane
88 EIGEN_DEVICE_FUNC static inline Hyperplane Through(const VectorType& p0, const VectorType& p1)
90 Hyperplane resul
123 EIGEN_DEVICE_FUNC explicit Hyperplane(const ParametrizedLine<Scalar, AmbientDimAtCompileTime>& parametrized) function in class:Eigen::Hyperplane
264 Hyperplane(const Hyperplane<OtherScalarType,AmbientDimAtCompileTime,OtherOptions>& other) argument
272 isApprox(const Hyperplane<Scalar,AmbientDimAtCompileTime,OtherOptions>& other, const typename NumTraits<Scalar>::Real& prec = NumTraits<Scalar>::dummy_precision()) const argument
[all...]
H A DParametrizedLine.h62 EIGEN_DEVICE_FUNC explicit ParametrizedLine(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane);
99 EIGEN_DEVICE_FUNC Scalar intersectionParameter(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane) const;
102 EIGEN_DEVICE_FUNC Scalar intersection(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane) const;
105 EIGEN_DEVICE_FUNC VectorType intersectionPoint(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane) const;
146 EIGEN_DEVICE_FUNC inline ParametrizedLine<_Scalar, _AmbientDim,_Options>::ParametrizedLine(const Hyperplane<_Scalar, _AmbientDim,OtherOptions>& hyperplane) argument
166 EIGEN_DEVICE_FUNC inline _Scalar ParametrizedLine<_Scalar, _AmbientDim,_Options>::intersectionParameter(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperplane) const argument
178 EIGEN_DEVICE_FUNC 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/test/
H A Dgeo_hyperplane.cpp19 Hyperplane.h
83 Hyperplane<OtherScalar,Dim,Options> hp1f = pl1.template cast<OtherScalar>();
85 Hyperplane<Scalar,Dim,Options> hp1d = pl1.template cast<Scalar>();
92 typedef Hyperplane<Scalar, 2> HLine;
133 typedef Hyperplane<Scalar, 3> Plane;
158 typedef Hyperplane<Scalar,3,AutoAlign> Plane3a;
159 typedef Hyperplane<Scalar,3,DontAlign> Plane3u;
187 CALL_SUBTEST_1( hyperplane(Hyperplane<float,2>()) );
188 CALL_SUBTEST_2( hyperplane(Hyperplane<float,3>()) );
189 CALL_SUBTEST_2( hyperplane(Hyperplane<floa
[all...]
H A Dgeo_parametrizedline.cpp27 typedef Hyperplane<Scalar,LineType::AmbientDimAtCompileTime> HyperplaneType;
/external/eigen/Eigen/src/Core/util/
H A DForwardDeclarations.h276 template <typename _Scalar, int _AmbientDim, int Options=AutoAlign> class Hyperplane;

Completed in 206 milliseconds