From 3ab75ca25a011a82836d4c81779a0c68b1599a05 Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Sun, 17 Aug 2025 00:18:03 +0000 Subject: [PATCH] add demos to README.md --- orx-math/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/orx-math/README.md b/orx-math/README.md index 7224076c..1251988c 100644 --- a/orx-math/README.md +++ b/orx-math/README.md @@ -18,6 +18,11 @@ Mathematical utilities ![matrix-DemoLeastSquares01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-math/images/matrix-DemoLeastSquares01Kt.png) +### matrix/DemoLeastSquares02 +[source code](src/jvmDemo/kotlin/matrix/DemoLeastSquares02.kt) + +![matrix-DemoLeastSquares02Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-math/images/matrix-DemoLeastSquares02Kt.png) + ### rbf/RbfInterpolation01 [source code](src/jvmDemo/kotlin/rbf/RbfInterpolation01.kt)