From d857b1b91f5180e2ecdceac1982ce3bfad9bed9d Mon Sep 17 00:00:00 2001 From: Marco Melorio Date: Sun, 10 Nov 2019 16:42:08 +0100 Subject: [PATCH] Fix typo in the scenegraph feature doc --- doc/scenegraph.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/scenegraph.dox b/doc/scenegraph.dox index 167c9ba5d..3f8a10cc3 100644 --- a/doc/scenegraph.dox +++ b/doc/scenegraph.dox @@ -144,7 +144,7 @@ class for more detailed information: 2D transformations with separate translation, rotation and scaling. Usable for scenes with animation tracks that control these properties separately. - @ref SceneGraph::BasicTranslationRotationScalingTransformation3D "SceneGraph::TranslationRotationScalingTransformation3D" --- - 2D transformations with separate translation, rotation and scaling. Usable + 3D transformations with separate translation, rotation and scaling. Usable for scenes with animation tracks that control these properties separately. - @ref SceneGraph::TranslationTransformation "SceneGraph::TranslationTransformation*D" --- Just 2D/3D translation (no rotation, scaling or anything else)