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 201 typedef Spline2d::ControlPointVectorType ControlPointVectorType;
203 ControlPointVectorType points = ControlPointVectorType::Random(2,100);
  /external/eigen/unsupported/Eigen/src/Splines/
SplineFitting.h 122 typedef typename SplineType::ControlPointVectorType ControlPointVectorType;
144 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;
78 const ControlPointVectorType& ctrls() const { return m_ctrls; }
194 ControlPointVectorType m_ctrls; /*!< Control points. */
270 const Block<const ControlPointVectorType,Dimension,Order> ctrl_pts(ctrls(),0,span-p,Dimension,p+1);
286 typedef typename SplineTraits<SplineType>::ControlPointVectorType ControlPointVectorType;
305 const Block<const ControlPointVectorType,Dimension,Order> ctrl_pts(spline.ctrls(),0,span-p,Dimension,p+1);
346 typedef typename SplineTraits<SplineType>::ControlPointVectorType ControlPointVectorType;
    [all...]

Completed in 189 milliseconds