1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-17 14:18:13 +01:00

update doc

This commit is contained in:
Justin Lin 2019-05-02 10:26:45 +08:00
parent f215f27f9f
commit 5972c4f551

View File

@ -12,7 +12,7 @@ Generate a 4x4 transformation matrix which can pass into `multmatrix` to transla
cube(2, center = true);
multmatrix(m_translation([5, 0, 0]))
sphere(1,center = true);
sphere(1,center = true);
![m_translation](images/lib-m_translation-1.JPG)