-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Description
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:
- I assume Matrix33 is intended to be the Skija version of SkMatrix. Correct? If so, I am curious. Why the name change?
- Is Matrix33 intended to be mutable or immutable?
- If mutable, I will need to remove
Matrix33.IDENTITY, since something likeMatrix.33.IDENTITY.setScale()will cause havoc. makePreScale()confuses me. It has themakeprefix but it is not a static constructor. Was it intended that all thepreScale()/,postScale()type fluent methods all be renamed tomakePreScale()/makePostScale()style naming? Or is it just a mistake?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels