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/
Spline.h 58 typedef typename SplineTraits<Spline>::ControlPointVectorType ControlPointVectorType;
66 , m_ctrls(ControlPointVectorType::Zero(Dimension,(Degree==Dynamic ? 1 : Degree+1)))
99 const ControlPointVectorType& ctrls() const { return m_ctrls; }
222 ControlPointVectorType m_ctrls; /*!< Control points. */
306 const Block<const ControlPointVectorType,Dimension,Order> ctrl_pts(ctrls(),0,span-p,Dimension,p+1);
319 typedef typename SplineTraits<SplineType>::ControlPointVectorType ControlPointVectorType;
337 const Block<const ControlPointVectorType,Dimension,Order> ctrl_pts(spline.ctrls(),0,span-p,Dimension,p+1);
SplineFitting.h 293 typedef typename SplineType::ControlPointVectorType ControlPointVectorType;
315 ControlPointVectorType ctrls = qr.solve(MatrixType(pts.transpose())).transpose();
339 typedef typename SplineType::ControlPointVectorType ControlPointVectorType;
409 ControlPointVectorType controlPoints = lu.solve(MatrixType(b.transpose())).transpose();
SplineFwd.h 56 typedef Array<Scalar,Dimension,Dynamic> ControlPointVectorType;

Completed in 437 milliseconds