mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-26 07:55:16 +02:00
add comment
This commit is contained in:
@@ -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) =
|
function m_replace(m, i, j, value) =
|
||||||
let(
|
let(
|
||||||
rowI = m[i],
|
rowI = m[i],
|
||||||
|
Reference in New Issue
Block a user