mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-11 09:14:29 +02:00
refactor
This commit is contained in:
@@ -17,6 +17,5 @@ function _vx_from_impl(binaries, center, invert) =
|
|||||||
)
|
)
|
||||||
[
|
[
|
||||||
for(i = height - 1; i > -1; i = i - 1)
|
for(i = height - 1; i > -1; i = i - 1)
|
||||||
let(row = _vx_from_row(height - i - 1, binaries[i], width, height, center, invert))
|
each _vx_from_row(height - i - 1, binaries[i], width, height, center, invert)
|
||||||
if(row != []) each row
|
|
||||||
];
|
];
|
Reference in New Issue
Block a user