summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-07-26 13:38:28 -0400
committerpommicket <pommicket@gmail.com>2023-07-26 13:38:28 -0400
commit003273175ca4bd55d42de89aa124b4e73877a1ab (patch)
tree9c57dbbf6b380db30704af72d13e822d6990372f
parentb0a2c916c06f14ea43e79627c6651d495a33fb79 (diff)
a
-rw-r--r--fractiform.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/fractiform.js b/fractiform.js
index ef31834..b5f5ad5 100644
--- a/fractiform.js
+++ b/fractiform.js
@@ -318,12 +318,16 @@ vec3 rot3(vec3 v, vec3 axis, float angle) {
//! .category: basic
//! .description: linearly remap a value from one interval to another
//! x.id: x
+//! a1.name: a₁
//! a1.default: 0
//! a1.description: negative endpoint of source interval
+//! b1.name: b₁
//! b1.default: 1
//! b1.description: positive endpoint of source interval
+//! a2.name: a₂
//! a2.default: -1
//! a2.description: positive endpoint of source interval
+//! b2.name: b₂
//! b2.default: 1
//! b2.description: positive endpoint of destination interval