From 69f43afe46a43412b263adf268c783723b4197cf Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Thu, 2 May 2019 10:14:39 +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 d478869e..d72d20df 100644 --- a/docs/lib-m_translation.md +++ b/docs/lib-m_translation.md @@ -4,7 +4,7 @@ Generate a 4x4 transformation matrix which can pass into `multmatrix` to transla ## Parameters -- `v` : The normal vector of a plane intersecting the origin through which to mirror the object. +- `v` : Elements will be translated along the vector. ## Examples