]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/affinematrix2d.h
Move code removing "-psn_xxx" command line arguments to common code.
[wxWidgets.git] / interface / wx / affinematrix2d.h
index b600494f4c05f3a13bb45d278409129d292e855c..97ae8db0ec04c4df5c365ae3b484bbf6144c14e8 100644 (file)
@@ -83,7 +83,7 @@ public:
 
     //@{
     /**
-        Check that this matrix is identical with @t.
+        Check that this matrix is identical with @t.
 
         @param t
             The matrix compared with this.
@@ -93,7 +93,7 @@ public:
     //@}
 
     /**
-        Check that this matrix differs from @t.
+        Check that this matrix differs from @t.
 
         @param t
             The matrix compared with this.
@@ -173,7 +173,7 @@ public:
     void TransformPoint(wxDouble* x, wxDouble* y) const;
 
     /**
-        Applies the linear part of this matrix, i.e. without translation.
+        Applies the linear part of this matrix, i.e.\ without translation.
 
         @param p
             The source receiving the transformations.