diff options
author | Eduardo Julian | 2022-11-05 21:23:20 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-11-05 21:23:20 -0400 |
commit | fd8ea1e1b9cae781abe42aeadda2e0ef149994d6 (patch) | |
tree | 7fdc152ac481d4f2a8b7be12c98d11a8c644f541 /documentation/bookmark/math | |
parent | 736521eb56a45122eb0a545b677d3ffca1451080 (diff) |
Property-based testing can now log/print successful seeds from run.
Diffstat (limited to 'documentation/bookmark/math')
-rw-r--r-- | documentation/bookmark/math/geometry/bezier_curves.md | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/documentation/bookmark/math/geometry/bezier_curves.md b/documentation/bookmark/math/geometry/bezier_curves.md index e8c36e995..d627248d9 100644 --- a/documentation/bookmark/math/geometry/bezier_curves.md +++ b/documentation/bookmark/math/geometry/bezier_curves.md @@ -1,14 +1,16 @@ # Reference -1. [Curves and Surfaces](https://ciechanow.ski/curves-and-surfaces/) -1. [The Beauty of Bézier Curves](https://www.youtube.com/watch?v=aVwxzDHniEw) -1. [Circles and lines vs. polynomial splines](https://wordsandbuttons.online/circles_and_lines_vs_polynomial_splines.html) -1. https://cormullion.github.io/blog/2018/06/21/bezier.html -1. [A Primer on Bézier Curves](https://pomax.github.io/bezierinfo/) -1. https://99designs.com/blog/engineering/math-draw-vector-curves/ -1. https://medium.freecodecamp.org/nerding-out-with-bezier-curves-6e3c0bc48e2f -1. https://raphlinus.github.io/curves/2018/12/28/bezier-arclength.html -1. https://astiopin.github.io/2019/01/04/qbez-parabola.html -1. http://dlacko.org/blog/2016/10/19/approximating-bezier-curves-by-biarcs/ -1. https://bosker.wordpress.com/2013/11/13/beyond-bezier-curves/ +0. []() +0. [Parallel curves of cubic Béziers](https://raphlinus.github.io/curves/2022/09/09/parallel-beziers.html) +0. [Curves and Surfaces](https://ciechanow.ski/curves-and-surfaces/) +0. [The Beauty of Bézier Curves](https://www.youtube.com/watch?v=aVwxzDHniEw) +0. [Circles and lines vs. polynomial splines](https://wordsandbuttons.online/circles_and_lines_vs_polynomial_splines.html) +0. https://cormullion.github.io/blog/2018/06/21/bezier.html +0. [A Primer on Bézier Curves](https://pomax.github.io/bezierinfo/) +0. https://99designs.com/blog/engineering/math-draw-vector-curves/ +0. https://medium.freecodecamp.org/nerding-out-with-bezier-curves-6e3c0bc48e2f +0. https://raphlinus.github.io/curves/2018/12/28/bezier-arclength.html +0. https://astiopin.github.io/2019/01/04/qbez-parabola.html +0. http://dlacko.org/blog/2016/10/19/approximating-bezier-curves-by-biarcs/ +0. https://bosker.wordpress.com/2013/11/13/beyond-bezier-curves/ |