aboutsummaryrefslogtreecommitdiffstats
path: root/config/ags/modules/.miscutils/mathfuncs.js
blob: ba1c0b5947a322302a7cbf4960d23c98d7fe91c8 (plain) (blame)
1
2
3
4

export function clamp(x, min, max) {
    return Math.min(Math.max(x, min), max);
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage