From 003273175ca4bd55d42de89aa124b4e73877a1ab Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 26 Jul 2023 13:38:28 -0400 Subject: a --- fractiform.js | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3