From fd8ea1e1b9cae781abe42aeadda2e0ef149994d6 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 5 Nov 2022 21:23:20 -0400 Subject: Property-based testing can now log/print successful seeds from run. --- .../bookmark/math/geometry/bezier_curves.md | 24 ++++++++++++---------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'documentation/bookmark/math/geometry/bezier_curves.md') 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/ -- cgit v1.2.3