1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-12 17:54:18 +02:00

add comment

This commit is contained in:
Justin Lin
2019-08-24 10:36:58 +08:00
parent a5a477f602
commit 1be303c2fe

View File

@@ -1,3 +1,13 @@
/**
* px_from.scad
*
* @copyright Justin Lin, 2019
* @license https://opensource.org/licenses/lgpl-3.0.html
*
* @see https://openhome.cc/eGossip/OpenSCAD/lib2-px_from.html
*
**/
function _px_from_row(r_count, row_bits, width, height, center, invert) =
let(
half_w = width / 2,