1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-25 23:46:32 +02:00

add comment

This commit is contained in:
Justin Lin
2022-07-28 15:30:02 +08:00
parent 5b8e62a559
commit 77f9750091

View File

@@ -1,3 +1,13 @@
/**
* m_replace.scad
*
* @copyright Justin Lin, 2022
* @license https://opensource.org/licenses/lgpl-3.0.html
*
* @see https://openhome.cc/eGossip/OpenSCAD/lib3x-m_replace.html
*
**/
function m_replace(m, i, j, value) =
let(
rowI = m[i],