]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bezier.cc
* SConstruct: Further development.
[lilypond.git] / lily / bezier.cc
index b20de964a7642baf09838669184107a997642ca5..d46e63638b13816056bb49a314b7a7ea3f21954d 100644 (file)
@@ -8,7 +8,7 @@
 
 #include <math.h>
 
-#include "config.h"
+#include "config.hh"
 #include "warn.hh"
 #include "libc-extension.hh"
 #include "bezier.hh"
@@ -59,6 +59,9 @@ translate (Array<Offset>* array, Offset o)
   Formula of the bezier 3-spline
 
   sum_{j=0}^3 (3 over j) z_j (1-t)^ (3-j)  t^j
+
+
+  A is the axis of X coordinate.
  */
 
 Real