Searched defs:ControlPointVectorType (Results 1 - 4 of 4) sorted by relevance

/external/eigen/unsupported/Eigen/src/Splines/
H A DSplineFitting.h119 typedef typename SplineType::ControlPointVectorType ControlPointVectorType; typedef
141 ControlPointVectorType ctrls = qr.solve(MatrixType(pts.transpose())).transpose();
H A DSplineFwd.h51 typedef Array<Scalar,Dimension,Dynamic> ControlPointVectorType; typedef in struct:Eigen::SplineTraits
H A DSpline.h52 typedef typename SplineTraits<Spline>::ControlPointVectorType ControlPointVectorType; typedef in class:Eigen::Spline
60 , m_ctrls(ControlPointVectorType::Zero(2,(Degree==Dynamic ? 1 : Degree+1)))
93 const ControlPointVectorType& ctrls() const { return m_ctrls; }
209 ControlPointVectorType m_ctrls; /*!< Control points. */
285 const Block<const ControlPointVectorType,Dimension,Order> ctrl_pts(ctrls(),0,span-p,Dimension,p+1);
298 typedef typename SplineTraits<SplineType>::ControlPointVectorType ControlPointVectorType; typedef
316 const Block<const ControlPointVectorType,Dimension,Order> ctrl_pts(spline.ctrls(),0,span-p,Dimension,p+1);
/external/eigen/unsupported/test/
H A Dsplines.cpp205 typedef Spline2d::ControlPointVectorType ControlPointVectorType; typedef
207 ControlPointVectorType points = ControlPointVectorType::Random(2,100);

Completed in 183 milliseconds