Pomax
Pomax
http://datagenetics.com/blog/august32013/index.html is fantastic
explain LUT, cachables, etc.
Ideally, every chapter comes with the code for "doing that thing" in the primer itself, since the whole point was to make this a useful resource for programmers.
@apodtele [wrote](https://github.com/Pomax/bezierinfo/issues/69:): --- Offsetting by scaling clearly has issues: lines drop out and color is inconsistent. That is understandable as the center of scaling is not equidistant from ends in...
- [x] first formula should not include `ratio`, it should include the binomial coefficient, and control point. - [ ] explain that this operation is akin to "projecting" a conic,...
This requires generating ES6 class code rather than using the ES5 createClass approach
- [ ] extend all examples with so that they generate a "representative" image that is useful in print form, or mark the example (+ however much text) as "for...
it's not super clear right now that the graphic says d(3,3) = a(3,3) times d(2,3) + (1-a(2,.3)) times d(2,2). The multiplication symbol looks too much like the letter `x`, and...
It shouldn't be hard to aggregate all outgoing links and doing a quick "is this http 200" check.
Much like for Bezier curves, the derivative of a B-spline is another (relatively easily determined) B-Spline. Worth showing.