1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-21 14:04:53 +02:00

add comment

This commit is contained in:
Justin Lin
2021-03-14 16:10:58 +08:00
parent 4109d964dc
commit 74747cb2f5

View File

@@ -58,6 +58,8 @@ function _weightsOfTiles(weights, symbols, leng, i = 0) =
- wf_remove(wf, x, y, removedStates) - wf_remove(wf, x, y, removedStates)
- wf_collapse(wf, x, y) - wf_collapse(wf, x, y)
- wf_entropy(wf, x, y) - wf_entropy(wf, x, y)
- wf_coord_min_entropy(wf)
- wf_not_collapsed_coords(wf)
*/ */
function wave_function(width, height, weights) = function wave_function(width, height, weights) =
[width, height, weights, _initialEigenstates(width, height, weights)]; [width, height, weights, _initialEigenstates(width, height, weights)];