Consider adding explicit conversion methods between the various transformations.
Open
enhancement
good first issue
P-low
- Dominant language
- Rust
- Stars
- 4.8k
- Forks
- 565
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the user has to call `na::convert` and `na::try_convert` to convert from one transformation type to another. This approach seems difficult to find out about (cf. https://github.com/rustsim/nalgebra/issues/364#issuecomment-422208316) so we might want to add methods with explicit names as well like `Isometry3::to_affine()`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.