Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pier-bezuhoff committed Feb 10, 2025
1 parent 726c220 commit 93412f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ data class GeneralizedCircle(
else
this * (1 / abs(w))
// } else if (absN > 1e10) {
// CONFORMAL_INFINITY // yes, i was the one who invented clutches
// CONFORMAL_INFINITY // more clutches stashed here
} else if (abs(w/n) < EPSILON) {
this.copy(w = 0.0) * (1/n)
} else {
Expand Down

0 comments on commit 93412f0

Please sign in to comment.