Remove comment that's only relevant for the underlying SkMatrix. Matrix has constructors.

bug: 8470620

Change-Id: I00063dc03f752955c27c73e9c59b0496a1795924
This commit is contained in:
Mike Klein
2013-08-14 13:13:30 -04:00
parent ca2fb9158e
commit be925721a5

View File

@@ -21,9 +21,6 @@ import java.io.PrintWriter;
/**
* The Matrix class holds a 3x3 matrix for transforming coordinates.
* Matrix does not have a constructor, so it must be explicitly initialized
* using either reset() - to construct an identity matrix, or one of the set..()
* functions (e.g. setTranslate, setRotate, etc.).
*/
public class Matrix {