浏览代码

added missing parameters in Math.mapLinear doc

chrmoritz 12 年之前
父节点
当前提交
a057031163
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/api/math/Math.html

+ 1 - 1
docs/api/math/Math.html

@@ -33,7 +33,7 @@
 		Clamps the *x* to be larger than *a*.
 		</div>
 
-		<h3>.mapLinear( [page:Float x], [page:Float a] ) [page:Float]</h3>
+		<h3>.mapLinear( [page:Float x], [page:Float a1], [page:Float a2], [page:Float b1], [page:Float b2] ) [page:Float]</h3>
 		<div>
 		x — Value to be mapped.<br />
 		a1 — Minimum value for range A.<br />