Skip to content

Commit 2dd1882

Browse files
authored
Merge pull request #60 from SelfMadeSystem/patch-1
Update getPointAtArcLength's distance description
2 parents 44d6d89 + 54cf004 commit 2dd1882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/math/arcTools.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ const getArcLength = (
241241
* @param SF the sweep flag
242242
* @param x2 the ending point X
243243
* @param y2 the ending point Y
244-
* @param distance a [0-1] ratio
244+
* @param distance the distance along the arc
245245
* @returns a point along the Arc segment
246246
*/
247247
const getPointAtArcLength = (

0 commit comments

Comments
 (0)