Add inherent trait methods to geometric types
Open
- Dominant language
- Rust
- Stars
- 4.8k
- Forks
- 565
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the `transform_point` and `inverse_transform_point` methods exist as inherent methods on the `Matrix` types, but not on the geometric types such as `Isometry`, `Similarity` or `UnitQuaternion`. These methods can be made inherent so that the user doesn't have to import the `Transform` trait from `alga::linear`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.