Home
last modified time | relevance | path

Searched defs:ParametrizedLine (Results 1 – 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Geometry/
DParametrizedLine.h44 EIGEN_DEVICE_FUNC inline ParametrizedLine() {} in ParametrizedLine() function
47 …EIGEN_DEVICE_FUNC ParametrizedLine(const ParametrizedLine<Scalar,AmbientDimAtCompileTime,OtherOpti… in ParametrizedLine() function
53 …EIGEN_DEVICE_FUNC inline explicit ParametrizedLine(Index _dim) : m_origin(_dim), m_direction(_dim)… in ParametrizedLine() function
58 EIGEN_DEVICE_FUNC ParametrizedLine(const VectorType& origin, const VectorType& direction) in ParametrizedLine() function
122 …EIGEN_DEVICE_FUNC inline explicit ParametrizedLine(const ParametrizedLine<OtherScalarType,AmbientD… in ParametrizedLine() function
146 EIGEN_DEVICE_FUNC inline ParametrizedLine<_Scalar, _AmbientDim,_Options>::ParametrizedLine(const Hy… in ParametrizedLine() function