This website requires JavaScript.
Explore
Help
Sign In
tri11paragon
/
LookAtMySuitBot
Watch
1
Star
0
Fork
You've already forked LookAtMySuitBot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5f2b208d42
LookAtMySuitBot
/
js
/
node_modules
/
prismarine-physics
/
lib
/
math.js
4 lines
90 B
JavaScript
Raw
Blame
History
exports
.
clamp
=
function
clamp
(
min
,
x
,
max
)
{
return
Math
.
max
(
min
,
Math
.
min
(
x
,
max
)
)
}
Reference in New Issue
View Git Blame
Copy Permalink