Searched refs:m_ctrls (Results 1 – 1 of 1) sorted by relevance
66 , m_ctrls(ControlPointVectorType::Zero(Dimension,(Degree==Dynamic ? 1 : Degree+1))) in Spline()81 …Spline(const OtherVectorType& knots, const OtherArrayType& ctrls) : m_knots(knots), m_ctrls(ctrls)… in Spline()89 m_knots(spline.knots()), m_ctrls(spline.ctrls()) {} in Spline()99 const ControlPointVectorType& ctrls() const { return m_ctrls; } in ctrls()222 ControlPointVectorType m_ctrls; /*!< Control points. */ variable285 return m_knots.size() - m_ctrls.cols() - 1; in degree()