1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-07-31 03:50:27 +02:00

update doc

This commit is contained in:
Justin Lin
2019-06-22 13:52:07 +08:00
parent f1eda43ac0
commit d743f36086

View File

@@ -14,7 +14,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);
![m_translation](images/lib-m_translation-1.JPG)