From fdc8adfe50ff79b39e9ab166ef8aa51af5b200bd Mon Sep 17 00:00:00 2001 From: Pomax Date: Mon, 30 Aug 2021 07:47:17 -0700 Subject: [PATCH] bad label in chapter 31 --- docs/chapters/pointcurves/content.en-GB.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chapters/pointcurves/content.en-GB.md b/docs/chapters/pointcurves/content.en-GB.md index feb143fd..b4035ca3 100644 --- a/docs/chapters/pointcurves/content.en-GB.md +++ b/docs/chapters/pointcurves/content.en-GB.md @@ -52,7 +52,7 @@ The result of this approach looks as follows: It is important to remember that even though we're using a circular arc to come up with decent `e1` and `e2` terms, we're _not_ trying to perfectly create a circular arc with a cubic curve (which is good, because we can't; [more on that later](#arcapproximation)), we're _only_ trying to come up with some reasonable `e1` and `e2` points so we can construct a new cubic curve... so now that we have those: let's see what kind of cubic curve that gives us: - + That looks perfectly serviceable!