Home
last modified time | relevance | path

Searched refs:Hyperplane (Results 1 – 6 of 6) sorted by relevance

/external/eigen/Eigen/src/Geometry/
DHyperplane.h34 class Hyperplane
53 EIGEN_DEVICE_FUNC inline Hyperplane() {} in Hyperplane() function
56 EIGEN_DEVICE_FUNC Hyperplane(const Hyperplane<Scalar,AmbientDimAtCompileTime,OtherOptions>& other) in Hyperplane() function
62 EIGEN_DEVICE_FUNC inline explicit Hyperplane(Index _dim) : m_coeffs(_dim+1) {} in Hyperplane() function
67 EIGEN_DEVICE_FUNC inline Hyperplane(const VectorType& n, const VectorType& e) in Hyperplane() function
78 EIGEN_DEVICE_FUNC inline Hyperplane(const VectorType& n, const Scalar& d) in Hyperplane() function
88 EIGEN_DEVICE_FUNC static inline Hyperplane Through(const VectorType& p0, const VectorType& p1) in Through()
90 Hyperplane result(p0.size()); in Through()
99 …EIGEN_DEVICE_FUNC static inline Hyperplane Through(const VectorType& p0, const VectorType& p1, con… in Through()
102 Hyperplane result(p0.size()); in Through()
[all …]
DParametrizedLine.h62 …EIGEN_DEVICE_FUNC explicit ParametrizedLine(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& …
99 …EIGEN_DEVICE_FUNC Scalar intersectionParameter(const Hyperplane<_Scalar, _AmbientDim, OtherOptions…
102 …EIGEN_DEVICE_FUNC Scalar intersection(const Hyperplane<_Scalar, _AmbientDim, OtherOptions>& hyperp…
105 …EIGEN_DEVICE_FUNC VectorType intersectionPoint(const Hyperplane<_Scalar, _AmbientDim, OtherOptions…
146 …arametrizedLine<_Scalar, _AmbientDim,_Options>::ParametrizedLine(const Hyperplane<_Scalar, _Ambien… in ParametrizedLine()
166 …trizedLine<_Scalar, _AmbientDim,_Options>::intersectionParameter(const Hyperplane<_Scalar, _Ambien… in intersectionParameter()
178 …ar ParametrizedLine<_Scalar, _AmbientDim,_Options>::intersection(const Hyperplane<_Scalar, _Ambien… in intersection()
188 ParametrizedLine<_Scalar, _AmbientDim,_Options>::intersectionPoint(const Hyperplane<_Scalar, _Ambie… in intersectionPoint()
/external/eigen/test/
Dgeo_hyperplane.cpp83 Hyperplane<OtherScalar,Dim,Options> hp1f = pl1.template cast<OtherScalar>(); in hyperplane()
85 Hyperplane<Scalar,Dim,Options> hp1d = pl1.template cast<Scalar>(); in hyperplane()
92 typedef Hyperplane<Scalar, 2> HLine; in lines()
133 typedef Hyperplane<Scalar, 3> Plane; in planes()
158 typedef Hyperplane<Scalar,3,AutoAlign> Plane3a; in hyperplane_alignment()
159 typedef Hyperplane<Scalar,3,DontAlign> Plane3u; in hyperplane_alignment()
187 CALL_SUBTEST_1( hyperplane(Hyperplane<float,2>()) ); in test_geo_hyperplane()
188 CALL_SUBTEST_2( hyperplane(Hyperplane<float,3>()) ); in test_geo_hyperplane()
189 CALL_SUBTEST_2( hyperplane(Hyperplane<float,3,DontAlign>()) ); in test_geo_hyperplane()
191 CALL_SUBTEST_3( hyperplane(Hyperplane<double,4>()) ); in test_geo_hyperplane()
[all …]
Dgeo_parametrizedline.cpp27 typedef Hyperplane<Scalar,LineType::AmbientDimAtCompileTime> HyperplaneType; in parametrizedline()
/external/eigen/Eigen/
DGeometry27 …mponents: \link ParametrizedLine parametrized-lines \endlink and \link Hyperplane hyperplanes \end…
47 #include "src/Geometry/Hyperplane.h"
/external/eigen/Eigen/src/Core/util/
DForwardDeclarations.h276 template <typename _Scalar, int _AmbientDim, int Options=AutoAlign> class Hyperplane;