summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--instructions.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/instructions.html b/instructions.html
index 7a36129..32474cf 100644
--- a/instructions.html
+++ b/instructions.html
@@ -28,8 +28,7 @@ E, PI, PHI
<u>convenience functions</u>
clamp(n,min,max)
-lerp(n,a,b)
-mix(n,a,b)
+mix(n,a,b) (lerp)
step(n,a,b)
smoothstep(n,a,b)
avg(m,n,a)