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