Index: include/utils/SkMatrix44.h |
diff --git a/include/utils/SkMatrix44.h b/include/utils/SkMatrix44.h |
index 83b5443d681cc548e3f001bcdeebe20c15ffbd41..40690f31050c0db60d07ff1e3105ed17a8334583 100644 |
--- a/include/utils/SkMatrix44.h |
+++ b/include/utils/SkMatrix44.h |
@@ -377,6 +377,8 @@ public: |
void map2(const float src2[], int count, float dst4[]) const; |
void map2(const double src2[], int count, double dst4[]) const; |
+ bool preserves2dAxisAlignment () const; |
reed1
2014/09/19 16:45:14
Dox?
e.g.
- what does it mean?
- does it have a t
tomhudson
2014/09/19 18:21:19
Done.
|
+ |
void dump() const; |
double determinant() const; |