You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add classes for coordinate spaces and transforms (#218)
New classes:
* Axis: simple data class storing a name, optional units, and optional scale
* CoordinateSpace: used to define coordinate spaces for spatial data
* CoordinateTransform: abstract base class for coordinate transforms
* AffineTransform: implementation for a generic affine coordinate transform
* ScaleTransform: implementation for a coordinate transform that scales axes (may be isotropic/uniform)
* IdentityTransform: implementation for an identity transform that only applies a name change to axes
---------
Co-authored-by: paul fisher <[email protected]>
0 commit comments