]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/graphics.h
No real changes, just rename double variables to "d".
[wxWidgets.git] / interface / wx / graphics.h
index 630662f47a30062da976248fc55ed30ebab17299..ac46f91a3135155f0cb71b76f9f4b0a3a8aaded1 100644 (file)
@@ -1299,7 +1299,10 @@ public:
     virtual bool IsIdentity() const;
 
     /**
-        Rotates this matrix (in radians).
+        Rotates this matrix clockwise (in radians).
+
+        @param radians
+            Rotation angle in radians, clockwise.
     */
     virtual void Rotate(wxDouble angle);