The BeĢziers are quadratic not cubic...
authorSam Moore <[email protected]>
Wed, 18 Jun 2014 09:19:40 +0000 (17:19 +0800)
committerSam Moore <[email protected]>
Wed, 18 Jun 2014 09:19:40 +0000 (17:19 +0800)
I can maths

src/bezier.h

index 4e1c404..5a0015e 100644 (file)
@@ -9,7 +9,7 @@ namespace IPDF
        extern int BinomialCoeff(int n, int k);
        extern Real Bernstein(int k, int n, const Real & u);
 
-       /** A _cubic_ bezier. I really want to make them an arbitrary size but that might upset David. **/
+       /** A _quadratic_ bezier. **/
        struct Bezier
        {
                Real x0; Real y0;

UCC git Repository :: git.ucc.asn.au