Function for creating Affine and Projective transforms
Open
enhancement
good first issue
P-low
- Dominant language
- Rust
- Stars
- 4.8k
- Forks
- 565
- PR merge metrics
- No merged PRs in 30d
Description
It would be useful to have (fairly straightforward) functions Affine2::new and Affine3::new (or similar names), that take an (n x (n+1)) matrix, and return an affine transform (by appending the row (0, 0, ... 0, 1)). This prevents the necessity to call from_matrix_unchecked each time one wants an affine transform to be created.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.