Pomax / BezierInfo-2

The development repo for the Primer on Bézier curves, https://pomax.github.io/bezierinfo

Home Page:https://pomax.github.io/bezierinfo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect matrix representation in the curve fitting section

FreyaHolmer opened this issue · comments

Hey!
It seems like the matrix representation here isn't entirely correct, I think!

image

the first one results in a row matrix (marked red), while the second part results in a scalar (marked green). I presume the scalar is the intended value?

summing each row in the matrix in the left equation (marked blue) would make it output a scalar as well

(also, love your writeup in general, it's wonderful!)

commented

Yep, spot on: there should definitely be some plus signs in there, thanks for letting me know =D

(and thank you for the kind words, always happy to hear from folks finding value in the primer!)

commented

updated and pushed, thanks again for reporting.

image