aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorEduardo Julian2020-11-24 05:18:04 -0400
committerEduardo Julian2020-11-24 05:18:04 -0400
commitc4bbfea18d995948012f45a6afda7a6e6ba56f84 (patch)
treeb3c425471830788965776fd173169f084d9f6af4 /documentation
parentd89d837de3475b75587a4293e094d755d2cd4626 (diff)
Better error messages when re-using a name when making a definition.
Diffstat (limited to 'documentation')
-rw-r--r--documentation/bookmark/math.md4
-rw-r--r--documentation/bookmark/paradigm/ranked programming.md5
2 files changed, 7 insertions, 2 deletions
diff --git a/documentation/bookmark/math.md b/documentation/bookmark/math.md
index a582bb64d..36f19a3cf 100644
--- a/documentation/bookmark/math.md
+++ b/documentation/bookmark/math.md
@@ -87,10 +87,9 @@
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. https://pomax.github.io/bezierinfo/
+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://pomax.github.io/bezierinfo/#curvature
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/
@@ -170,6 +169,7 @@
# Geometric Algebra | Clifford Algebra
+1. [A Swift Introduction to Geometric Algebra](https://www.youtube.com/watch?v=60z_hpEAtD8)
1. [Euclidean Geometry and Geometric Algebra](http://geometry.mrao.cam.ac.uk/2020/06/euclidean-geometry-and-geometric-algebra/)
1. [Plane-based Geometric Algebra for Computer Science](https://bivector.net/PGA4CS.html)
1. [Differential geometric algebra foundations: Grassmann.jl Ascend](https://www.youtube.com/watch?v=7hlDRLEhc8o&feature=youtu.be)
diff --git a/documentation/bookmark/paradigm/ranked programming.md b/documentation/bookmark/paradigm/ranked programming.md
new file mode 100644
index 000000000..3ff796c9d
--- /dev/null
+++ b/documentation/bookmark/paradigm/ranked programming.md
@@ -0,0 +1,5 @@
+# Reference
+
+1. [Ranked Programming](https://github.com/tjitze/ranked-programming/blob/master/README.md)
+1. [Ranked Programming](https://github.com/tjitze/ranked-programming/blob/master/documentation/ranked_programming.pdf)
+