From 54cf004cffa1187f6e9c57923b60d12d455d427e Mon Sep 17 00:00:00 2001 From: SelfMadeSystem Date: Sat, 8 Mar 2025 16:16:59 -0500 Subject: [PATCH] Update getPointAtArcLength's distance description It's not actually a [0-1] ratio --- src/math/arcTools.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/math/arcTools.ts b/src/math/arcTools.ts index db04b59..394041e 100755 --- a/src/math/arcTools.ts +++ b/src/math/arcTools.ts @@ -241,7 +241,7 @@ const getArcLength = ( * @param SF the sweep flag * @param x2 the ending point X * @param y2 the ending point Y - * @param distance a [0-1] ratio + * @param distance the distance along the arc * @returns a point along the Arc segment */ const getPointAtArcLength = (