-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add way to get coefficients from Affine
Add `as_coeffs` method to Affine so we can get the coefficients out (necessary for conversion to Direct2D types, etc). Also tweak documentation to explain the convention for rotation (partially addressing #4) and the augmented matrix representation of Affine, particularly that it's backwards from PostScript. This doesn't address all of #4, it doesn't change any behavior.
- Loading branch information
Showing
2 changed files
with
33 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters