- Implemented transform module for geometric transformations of mosaics.
- Simplified MosaicShape trait by removing details about position, rotation and scale.
- Transformed TiltedGrid shape to Grid shape; now tilting/shearing of mosaic is handled by transform module.
- Implemented Copy trait for Vector type to simplify vector math.