dimforge / dimforge/nalgebra

Function for creating Affine and Projective transforms

Open
#364 2 comments 2 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.