Home | History | Annotate | Download | only in Splines

Lines Matching defs:Degree

17     template <typename Scalar, int Dim, int Degree = Dynamic> class Spline;
23 * \brief Compile-time attributes of the Spline class for Dynamic degree.
30 enum { Degree = _Degree /*!< The spline curve's degree. */ };
56 * \brief Compile-time attributes of the Spline class for fixed degree.
58 * The traits class inherits all attributes from the SplineTraits of Dynamic degree.
73 /** \brief 2D float B-spline with dynamic degree. */
76 /** \brief 3D float B-spline with dynamic degree. */
79 /** \brief 2D double B-spline with dynamic degree. */
82 /** \brief 3D double B-spline with dynamic degree. */