]> git.donarmstrong.com Git - lilypond.git/commit - lily/misc.cc
Issue 4468/1: stencil-integrate.cc: root out "slopes"
authorDavid Kastrup <dak@gnu.org>
Mon, 29 Jun 2015 22:04:49 +0000 (00:04 +0200)
committerDavid Kastrup <dak@gnu.org>
Sun, 5 Jul 2015 08:32:29 +0000 (10:32 +0200)
commit8cb9ecce8fe4de67c776603dacc9c7f270b3c8bf
tree10d0b4c3ffb91c83217c73885d016c691d872528
parentf3f291c3c4411f9e73b59bfff94af0be60b43934
Issue 4468/1: stencil-integrate.cc: root out "slopes"

They are quite unsuitable for the computational geometry performed here.
Their use rendered the code inefficient, obtuse, and unreliable.

Contains several other fixes like removing duplicate calculations and
wrong values.  The C++ <complex> module is no longer used.  It had only
been used for calculating sin and cos in an obscure manner.
lily/bezier.cc
lily/include/bezier.hh
lily/include/misc.hh
lily/misc.cc
lily/stencil-integral.cc