From dfe76bff7891ed6c434f61fb4207d02cbf30a6d8 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sat, 22 Jun 2019 14:06:50 +0800 Subject: [PATCH] update doc --- docs/lib-m_translation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lib-m_translation.md b/docs/lib-m_translation.md index 0c5f300e..e8bed044 100644 --- a/docs/lib-m_translation.md +++ b/docs/lib-m_translation.md @@ -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)