https://github.com/xclud/dart_affine
Affine transformations calculations to get a mix of a transformation matrix and translation.
https://github.com/xclud/dart_affine
affine-transformation dart
Last synced: 2 months ago
JSON representation
Affine transformations calculations to get a mix of a transformation matrix and translation.
- Host: GitHub
- URL: https://github.com/xclud/dart_affine
- Owner: xclud
- License: mit
- Created: 2023-12-12T23:04:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T23:10:10.000Z (over 2 years ago)
- Last Synced: 2026-03-18T00:33:35.392Z (4 months ago)
- Topics: affine-transformation, dart
- Language: Dart
- Homepage: https://pub.dev/packages/affine
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Affine transformations calculations to get a mix of a transformation matrix and translation. For two-dimensional input vectors, the augmented matrix formalism combines both of these into a large 3×3 transformation matrix.