Skip to content

math.clamp

Andrew McWatters edited this page Apr 19, 2020 · 11 revisions

math.clamp()

Source

engine/shared/mathlib.lua

Usage

math.clamp( n, l, u )

Parameters

Name Type Description
n ??? ???
l ??? ???
u ??? ???

This article is a stub. You can help Planimeter by expanding it.

Clone this wiki locally