summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/opengl/Operation.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/opengl/Operation.hxx')
-rw-r--r--slideshow/source/engine/opengl/Operation.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/opengl/Operation.hxx b/slideshow/source/engine/opengl/Operation.hxx
index 12d0a4842278..95aaa06df6fe 100644
--- a/slideshow/source/engine/opengl/Operation.hxx
+++ b/slideshow/source/engine/opengl/Operation.hxx
@@ -90,7 +90,7 @@ public:
position that rotation axis runs through
@param Angle
- angle in radians of CCW rotation
+ angle in degrees of CCW rotation
@param bInter
see Operation
@@ -114,7 +114,7 @@ private:
*/
glm::vec3 origin;
- /** angle in radians of CCW rotation
+ /** angle in degrees of CCW rotation
*/
double angle;
};