File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Milestone 84
8
8
9
9
* <insert new release note here>
10
10
11
- * SkCamera.h and all of its contained classes are DEPRECATED.
11
+ * SkCamera.h and SkMatrix44.h are DEPRECATED.
12
12
Use SkM44 if you want to have 3d transformations.
13
13
14
14
* Changed Dilate and Erode image filters to take SkScalar for radius instead of int. While
Original file line number Diff line number Diff line change 14
14
#include < atomic>
15
15
#include < cstring>
16
16
17
+ // This entire file is DEPRECATED, and will be removed at some point.
18
+ // SkCanvas has full support for 4x4 matrices using SkM44
19
+
20
+ // DEPRECATED
17
21
struct SkVector4 {
18
22
SkScalar fData [4 ];
19
23
@@ -53,11 +57,7 @@ struct SkVector4 {
53
57
}
54
58
};
55
59
56
- /* * \class SkMatrix44
57
-
58
- The SkMatrix44 class holds a 4x4 matrix.
59
-
60
- */
60
+ // DEPRECATED
61
61
class SK_API SkMatrix44 {
62
62
public:
63
63
You can’t perform that action at this time.
0 commit comments