I got confused by the minibuffer definition until i graph the function with nineveh. Opening issue in case it wasn't intended. https://www.khronos.org/registry/OpenGL-Refpages/gl4/html/clamp.xhtml ``` genType clamp( genType x, genType minVal, genType maxVal); ``` https://github.com/cbaggers/rtg-math/blob/a0371a1b322ea72a431cbabfa007fa0d64fe2878/base-maths.lisp#L29 Note: there is a clamp in alexandria that is like the glsl one.
I got confused by the minibuffer definition until i graph the function with nineveh. Opening issue in case it wasn't intended.
https://www.khronos.org/registry/OpenGL-Refpages/gl4/html/clamp.xhtml
rtg-math/base-maths.lisp
Line 29 in a0371a1
Note: there is a clamp in alexandria that is like the glsl one.