Highlights
- Pro
Pinned Loading
-
-
Circle & sphere interactions
Circle & sphere interactions 1// Point is inside circle.
2function isWithinCircle(x, y, circleX, circleY, circleRadius){
3return square(circleX - x) + square(circleY - y) < square(circleRadius);
4}
5 -
experiments
experiments PublicA place for me to keep track of random tests across a multitude of languages. I have a lot of silly incomplete ideas/experiments and I want to be able to look back when I'm 50 and laugh at how stup…
HTML
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.