diff --git a/README.md b/README.md index 808ca23..7d494c8 100644 --- a/README.md +++ b/README.md @@ -1186,6 +1186,8 @@ These math functions have the shape of an easing function. | `sqrt(x)` | square root of `x` | | `uparc(x)` | convex quarter circle easing curve (inverse function of `downarc` in 0...1) | +![](easing_functions.png "easing_functions") + --- ### Noise Functions diff --git a/easing_functions.png b/easing_functions.png new file mode 100644 index 0000000..4c76d32 Binary files /dev/null and b/easing_functions.png differ