Introduction
Getting Started
Core Concepts
Appearance
@web-engine-dev/math
@web-engine-dev/math / clamp
clamp(value, min, max): number
value
min
max
number
Clamps a value between min and max.
Value to clamp
Minimum bound
Maximum bound