HomeSort by relevance Sort by last modified time
    Searched refs:ControlPointVectorType (Results 1 - 4 of 4) sorted by null

  /external/eigen/unsupported/test/
splines.cpp 205 typedef Spline2d::ControlPointVectorType ControlPointVectorType;
207 ControlPointVectorType points = ControlPointVectorType::Random(2,100);
  /external/eigen/unsupported/Eigen/src/Splines/
SplineFitting.h 119 typedef typename SplineType::ControlPointVectorType ControlPointVectorType;
141 ControlPointVectorType ctrls = qr.solve(MatrixType(pts.transpose())).transpose();
SplineFwd.h 51 typedef Array<Scalar,Dimension,Dynamic> ControlPointVectorType;
Spline.h 52 typedef typename SplineTraits<Spline>::ControlPointVectorType ControlPointVectorType;
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;
316 const Block<const ControlPointVectorType,Dimension,Order> ctrl_pts(spline.ctrls(),0,span-p,Dimension,p+1);

Completed in 475 milliseconds