forked from drieslab/GiottoClass
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: `affine2d` class feat: `affine2d` initialize - converts inputs to anchor slot to extent numeric vectors (xmin, xmax, ymin, ymax) - regenerates rotate, shear, scale, translate values for the affine after every call feat: helpful internals for objects with `ext()` - `.get_centroid_xy()` internal for getting numeric centroid xy values of any object that responds to `ext()` - `.bound_poly()` internal for generating a dummy polygon from the extent of any object that responds to `ext()` feat: define `affine()` generic feat: `shear()` feat: `affine()` - change `decomp_affine()` to an internal that runs when `affine()` is called on a `matrix` - `.aff_shift_2d()`, `.aff_shift_2d<-()`, `.aff_linear_2d`, `.aff_linear_2d()` internals for accessing and manipulating affine matrices feat: extract methods for `affine2d` feat: `plot()` for `affine2d` - plots the affine transform described by an `affine2d` class. blue is start, red is end feat: `rescale()` for `affine2d` feat: `show()` for `affine2d` feat: `spatShift()` for `affine2d` chore: update news chore: document
- Loading branch information
Showing
25 changed files
with
505 additions
and
201 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
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
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
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
Oops, something went wrong.