Config can now hold array of knots

This commit is contained in:
Bob Polis 2021-10-06 17:05:45 +02:00
parent 332e311de0
commit 4b88304b25

View File

@ -1,4 +1,6 @@
{ {
"knots": [
{
"f": [9, 7, 5, 7], "f": [9, 7, 5, 7],
"p": [0, 0, 0, 0], "p": [0, 0, 0, 0],
"steps": 1000, "steps": 1000,
@ -8,4 +10,6 @@
"b": 1.0, "b": 1.0,
"a": 1.0, "a": 1.0,
"line_width": 1.0 "line_width": 1.0
}
]
} }