diff options
author | Eduardo Julian | 2021-11-08 02:02:27 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-11-08 02:02:27 -0400 |
commit | df6cf0d3c980e3d7240eec6cb38d86af61037725 (patch) | |
tree | 6654307936eeeb0947bb7e8db8e9e94430c8c2dd /documentation/bookmark/math/geometry | |
parent | 305a3b5bca562601ee37b4cac69dd02f245830db (diff) |
Sharing the same Function class between bootsrapper and JVM compiler.
Diffstat (limited to '')
-rw-r--r-- | documentation/bookmark/math/geometry/bezier_curves.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/bookmark/math/geometry/bezier_curves.md b/documentation/bookmark/math/geometry/bezier_curves.md index c92aa1747..e8c36e995 100644 --- a/documentation/bookmark/math/geometry/bezier_curves.md +++ b/documentation/bookmark/math/geometry/bezier_curves.md @@ -1,5 +1,6 @@ # 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 |