X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Foffset.hh;h=cddec1fc00c7cb9acd4c85c7e52c572a3d1dc68c;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=18b630b153cb94383ea73d6673dbc576337559cd;hpb=e18531db1f79fb685fbd16d6a2a67bf4b6c09915;p=lilypond.git diff --git a/flower/include/offset.hh b/flower/include/offset.hh index 18b630b153..cddec1fc00 100644 --- a/flower/include/offset.hh +++ b/flower/include/offset.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1996--2010 Han-Wen Nienhuys + Copyright (C) 1996--2015 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -24,7 +24,6 @@ #include "std-string.hh" #include "real.hh" - /* This is a mixture a 2D vector. Sometimes it can also be convenient to think of 2D vectors as complex numbers @@ -79,7 +78,7 @@ public: Offset &operator /= (Real a) { - (*this) *= 1/a; + (*this) *= 1 / a; return *this; } @@ -111,7 +110,7 @@ public: } Offset direction () const; Offset swapped () const; - + Real arg () const; Real angle_degrees () const; Real length () const; @@ -124,8 +123,6 @@ IMPLEMENT_ARITHMETIC_OPERATOR (Offset, +); IMPLEMENT_ARITHMETIC_OPERATOR (Offset, -); IMPLEMENT_ARITHMETIC_OPERATOR (Offset, *); - - Offset complex_multiply (Offset, Offset); Offset complex_divide (Offset, Offset); Offset complex_exp (Offset);