Skip to content

Implement Matrix33 missing methods #134

@BigBadaboom

Description

@BigBadaboom

I need the missing methods for my project. So I have begun the work to implement them

I have completed most of the conversion work. I'm at the writing-unit-test stage.

But I have a few implementation questions first:

  1. I assume Matrix33 is intended to be the Skija version of SkMatrix. Correct? If so, I am curious. Why the name change?
  2. Is Matrix33 intended to be mutable or immutable?
  3. If mutable, I will need to remove Matrix33.IDENTITY, since something like Matrix.33.IDENTITY.setScale() will cause havoc.
  4. makePreScale() confuses me. It has the make prefix but it is not a static constructor. Was it intended that all the preScale()/, postScale() type fluent methods all be renamed to makePreScale()/makePostScale() style naming? Or is it just a mistake?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions