Index: include/core/SkMatrix.h |
diff --git a/include/core/SkMatrix.h b/include/core/SkMatrix.h |
index bfa03de7c5ddc1af83bf9f4e90723c37e1b78bb8..d2fb737eb65fc5e0082a64c154d7fe91fa74200c 100644 |
--- a/include/core/SkMatrix.h |
+++ b/include/core/SkMatrix.h |
@@ -81,12 +81,12 @@ public: |
kPerspective_Mask); |
} |
- /** Returns true if the matrix contains only translation, rotation or uniform scale |
+ /** Returns true if the matrix contains only translation, rotation/reflection or uniform scale |
Returns false if other transformation types are included or is degenerate |
*/ |
bool isSimilarity(SkScalar tol = SK_ScalarNearlyZero) const; |
- /** Returns true if the matrix contains only translation, rotation or scale |
+ /** Returns true if the matrix contains only translation, rotation/reflection or scale |
(non-uniform scale is allowed). |
Returns false if other transformation types are included or is degenerate |
*/ |