X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fbezier.cc;h=1eaf041b886e8c782efdd802301b0f2ebf78a60a;hb=067cc33212cd1b0ce1466b2efcc9041221fc1067;hp=1808821029595f95bd707a31d9aff26ef087984f;hpb=87eedcd59f4082cb0841528ad5bc82cb1d1191e3;p=lilypond.git diff --git a/lily/bezier.cc b/lily/bezier.cc index 1808821029..1eaf041b88 100644 --- a/lily/bezier.cc +++ b/lily/bezier.cc @@ -117,7 +117,7 @@ Bezier::curve_point (Real t) const } /* - Cache binom(3,j) t^j (1-t)^{3-j} + Cache binom (3, j) t^j (1-t)^{3-j} */ struct Polynomial_cache { Polynomial terms_[4];