Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/freestyle/intern/scene_graph/NodeTransform.h')
-rw-r--r--source/blender/freestyle/intern/scene_graph/NodeTransform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/freestyle/intern/scene_graph/NodeTransform.h b/source/blender/freestyle/intern/scene_graph/NodeTransform.h
index c816d30c03b..ddae714f9d4 100644
--- a/source/blender/freestyle/intern/scene_graph/NodeTransform.h
+++ b/source/blender/freestyle/intern/scene_graph/NodeTransform.h
@@ -45,10 +45,10 @@ class NodeTransform : public NodeGroup {
{
}
- /*! multiplys the current matrix by the x, y, z translation matrix. */
+ /*! multiplies the current matrix by the x, y, z translation matrix. */
void Translate(real x, real y, real z);
- /*! multiplys the current matrix by a rotation matrix
+ /*! multiplis the current matrix by a rotation matrix
* iAngle
* The rotation angle
* x, y, z