]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bezier.hh
Merge commit 'origin'
[lilypond.git] / lily / include / bezier.hh
index 98886105ee2e959699490f0455d13b1b69f08242..6adbdd3d0ddea4c194af6bd9d0fea56215336dcc 100644 (file)
@@ -1,7 +1,7 @@
 /*
   bezier.hh -- declare Bezier and Bezier_bow
 
-  (c) 1998--2007 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1998--2009 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef BEZIER_HH
@@ -22,6 +22,8 @@ public:
   void reverse ();
   void rotate (Real);
   void translate (Offset);
+  void subdivide (Real, Bezier *, Bezier *) const;
+  Bezier extract (Real, Real) const;
 
   Real get_other_coordinate (Axis a, Real x) const;
   vector<Real> solve_point (Axis, Real coordinate) const;