]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/offset.hh
Imported Upstream version 2.19.48
[lilypond.git] / flower / include / offset.hh
index 8f395398b75e2768d31f476737142502c3a7eedd..a8c5987801069b01790b545b4a12db4c70923bfc 100644 (file)
@@ -111,7 +111,6 @@ public:
   Offset direction () const;
   Offset swapped () const;
 
-  Real arg () const;
   Real angle_degrees () const;
   Real length () const;
   bool is_sane () const;
@@ -124,8 +123,7 @@ IMPLEMENT_ARITHMETIC_OPERATOR (Offset, -);
 IMPLEMENT_ARITHMETIC_OPERATOR (Offset, *);
 
 Offset complex_multiply (Offset, Offset);
-Offset complex_divide (Offset, Offset);
-Offset complex_exp (Offset);
+Offset offset_directed (Real);
 
 inline Offset
 Offset::operator *= (Offset z2)