Skip to content

Commit 155a856

Browse files
authored
Fix comment for circumradius (#92)
1 parent 6c9103a commit 155a856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ function inCircle(ax, ay, bx, by, cx, cy, px, py) {
488488
}
489489

490490
/**
491-
* Checker whether point P is inside a circle formed by points A, B, C.
491+
* Squared radius of the circle formed by points A, B, C.
492492
*
493493
* @param {number} ax
494494
* @param {number} ay

0 commit comments

Comments
 (0)