add demos to README.md
This commit is contained in:
@@ -13,6 +13,21 @@ Mathematical utilities
|
||||
|
||||

|
||||
|
||||
### matrix/DemoLeastSquares01
|
||||
[source code](src/jvmDemo/kotlin/matrix/DemoLeastSquares01.kt)
|
||||
|
||||

|
||||
|
||||
### rbf/RbfInterpolation01
|
||||
[source code](src/jvmDemo/kotlin/rbf/RbfInterpolation01.kt)
|
||||
|
||||

|
||||
|
||||
### rbf/RbfInterpolation02
|
||||
[source code](src/jvmDemo/kotlin/rbf/RbfInterpolation02.kt)
|
||||
|
||||

|
||||
|
||||
### simplexrange/DemoSimplexRange3D01
|
||||
[source code](src/jvmDemo/kotlin/simplexrange/DemoSimplexRange3D01.kt)
|
||||
|
||||
|
||||
@@ -149,6 +149,11 @@ Collection of 2D shape generators and modifiers.
|
||||
|
||||

|
||||
|
||||
### hobbycurve/DemoHobbyCurve03
|
||||
[source code](src/jvmDemo/kotlin/hobbycurve/DemoHobbyCurve03.kt)
|
||||
|
||||

|
||||
|
||||
### hobbycurve/DemoHobbyCurve3D01
|
||||
[source code](src/jvmDemo/kotlin/hobbycurve/DemoHobbyCurve3D01.kt)
|
||||
|
||||
@@ -179,6 +184,16 @@ Collection of 2D shape generators and modifiers.
|
||||
|
||||

|
||||
|
||||
### primitives/DemoCircleInversion01
|
||||
[source code](src/jvmDemo/kotlin/primitives/DemoCircleInversion01.kt)
|
||||
|
||||

|
||||
|
||||
### primitives/DemoCircleInversion02
|
||||
[source code](src/jvmDemo/kotlin/primitives/DemoCircleInversion02.kt)
|
||||
|
||||

|
||||
|
||||
### primitives/DemoNet01
|
||||
[source code](src/jvmDemo/kotlin/primitives/DemoNet01.kt)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user