Skip to content

Instantly share code, notes, and snippets.

View tmathews's full-sized avatar
🌠
Gotta go fast.

Tom tmathews

🌠
Gotta go fast.
View GitHub Profile
function clamp ( value, min, max ) {
return Math.max(min, Math.min(value, max));
}
@tmathews
tmathews / ellipse-detect.md
Last active April 15, 2018 15:05
Point in Ellipse