SourceTermAnalysisSystem_vue/node_modules/marchingsquares/test/data/in/isoLines-simple.json
2026-05-15 10:22:44 +08:00

9 lines
94 B
JSON

{
"matrix": [
[1, 1, 1, 0],
[1, 5, 5, 1],
[0, 1, 1, 1]
],
"thresholds": 2
}