]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/box.hh
*** empty log message ***
[lilypond.git] / lily / include / box.hh
index 3c0b533ffb19c7adf763b7f0efff868f8bbd218a..cbdfc2da7aef9724821eb5a7ac37c313d051f153 100644 (file)
@@ -22,10 +22,13 @@ struct Box
   Interval y () const{return interval_a_[Y_AXIS]; }
   Interval operator[] (Axis a) const;
   Interval &operator[] (Axis a);
+
+  Offset center () const;
     
   void translate (Offset o);
   /// smallest box enclosing #b#
   void set_empty ();
+  void add_point (Offset);
   void scale (Real r);
   void unite (Box b);
   Box ();