Browse Source

Fix typo in the scenegraph feature doc

pull/390/head
Marco Melorio 7 years ago committed by GitHub
parent
commit
65bcfd46d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      doc/scenegraph.dox

2
doc/scenegraph.dox

@ -144,7 +144,7 @@ class for more detailed information:
2D transformations with separate translation, rotation and scaling. Usable 2D transformations with separate translation, rotation and scaling. Usable
for scenes with animation tracks that control these properties separately. for scenes with animation tracks that control these properties separately.
- @ref SceneGraph::BasicTranslationRotationScalingTransformation3D "SceneGraph::TranslationRotationScalingTransformation3D" --- - @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. for scenes with animation tracks that control these properties separately.
- @ref SceneGraph::TranslationTransformation "SceneGraph::TranslationTransformation*D" --- - @ref SceneGraph::TranslationTransformation "SceneGraph::TranslationTransformation*D" ---
Just 2D/3D translation (no rotation, scaling or anything else) Just 2D/3D translation (no rotation, scaling or anything else)

Loading…
Cancel
Save