Merge branch 'master' of ssh://gitea.calebfontenot.com:25566/CCF_100/NoMoreAcronyms
This commit is contained in:
commit
ba19117d46
@ -175,7 +175,7 @@ function design4(input) {
|
|||||||
|
|
||||||
dist = Math.sqrt(
|
dist = Math.sqrt(
|
||||||
(i - radius) * (i - radius) +
|
(i - radius) * (i - radius) +
|
||||||
(j - radius) * (j - radius)
|
(j - radius)
|
||||||
);
|
);
|
||||||
|
|
||||||
// dist should be in the range (radius - 0.5)
|
// dist should be in the range (radius - 0.5)
|
||||||
|
Loading…
Reference in New Issue
Block a user