We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5182fd commit 3397d68Copy full SHA for 3397d68
demo/content.ts
@@ -733,9 +733,10 @@ addCanvas(
733
}
734
});
735
736
- return `Points cannot be swapped without resulting in a different shape. However, a likely
737
- enough optimal order can be selected by shifting the points and comparing the point
738
- 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
739
+ the shape and this is a safe transformation.`;
740
},
741
(ctx, width, height, animate) => {
742
const period = Math.PI * Math.E * 1000;
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments