ags?
This commit is contained in:
parent
f8b7ebdbfe
commit
0d61c14991
173 changed files with 22474 additions and 5 deletions
4
home/ags/modules/.miscutils/mathfuncs.js
Normal file
4
home/ags/modules/.miscutils/mathfuncs.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
export function clamp(x, min, max) {
|
||||
return Math.min(Math.max(x, min), max);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue