From d76b94a7eb94245d8bbdb31f498b5e007ae63f07 Mon Sep 17 00:00:00 2001 From: Mike Kamermans Date: Tue, 25 Apr 2017 15:52:49 -0700 Subject: [PATCH] Update content.en-GB.md --- components/sections/bsplines/content.en-GB.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sections/bsplines/content.en-GB.md b/components/sections/bsplines/content.en-GB.md index 2545794d..11bc04d2 100644 --- a/components/sections/bsplines/content.en-GB.md +++ b/components/sections/bsplines/content.en-GB.md @@ -170,7 +170,7 @@ The problem with uniform knot vectors is that, as we need `order` control points ### Reducing local curve complexity by collapsing intervals -By collapsing knot intervals by making two or more consecutive knots have the same value, we can reduce the curve complexity in the sections that are affected by the knots involved. This can have drastic effects: for ever interval collapse, the curve order goes down, and curve continuity goes down, to the point where collapsing `order` knots creates a situation where all continuity is lost and the curve "kinks". +By collapsing knot intervals by making two or more consecutive knots have the same value, we can reduce the curve complexity in the sections that are affected by the knots involved. This can have drastic effects: for every interval collapse, the curve order goes down, and curve continuity goes down, to the point where collapsing `order` knots creates a situation where all continuity is lost and the curve "kinks".