Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be925721 authored by Mike Klein's avatar Mike Klein
Browse files

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

bug: 8470620

Change-Id: I00063dc03f752955c27c73e9c59b0496a1795924
parent ca2fb915
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -21,9 +21,6 @@ import java.io.PrintWriter;


/**
/**
 * The Matrix class holds a 3x3 matrix for transforming coordinates.
 * 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 {
public class Matrix {