mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-21 14:04:53 +02:00
add comment
This commit is contained in:
@@ -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)];
|
||||||
|
Reference in New Issue
Block a user