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

Commit bc37c299 authored by Mike Klein's avatar Mike Klein Committed by Android Git Automerger
Browse files

am be925721: Remove comment that\'s only relevant for the underlying SkMatrix....

am be925721: Remove comment that\'s only relevant for the underlying SkMatrix.  Matrix has constructors.

* commit 'be925721':
  Remove comment that's only relevant for the underlying SkMatrix.  Matrix has constructors.
parents 4cf755c7 be925721
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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 {