Skip to content

math.remap

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

math.remap()

Source

engine/shared/mathlib.lua

Usage

math.remap( n, inMin, inMax, outMin, outMax )

Parameters

Name Type Description
n ??? ???
inMin ??? ???
inMax ??? ???
outMin ??? ???
outMax ??? ???

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

Clone this wiki locally