Skip to content

Commit

Permalink
update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
g-harel committed Sep 19, 2023
1 parent b5182fd commit 3397d68
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions demo/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -733,9 +733,10 @@ addCanvas(
}
});

return `Points cannot be swapped without resulting in a different shape. However, a likely
enough optimal order can be selected by shifting the points and comparing the point
position deltas.`;
return `Once both shapes have the same amount of points, an ordering of points which reduces
the total amount of distance traveled by the points during the transition needs to be
found. Because the shapes are closed, the order of the points doesn't visually affect
the shape and this is a safe transformation.`;
},
(ctx, width, height, animate) => {
const period = Math.PI * Math.E * 1000;
Expand Down

0 comments on commit 3397d68

Please sign in to comment.