Allow reducing dimensions of Isometry
Open
- Dominant language
- Rust
- Stars
- 4.8k
- Forks
- 565
- PR merge metrics
- No merged PRs in 30d
Description
I'd like to be able to reduce an Isometry3 to an Isometry2 by removing a dimension.
This is useful for, for example, bridging Amethyst with ncollide2d. Amethyst can be used for 2d work but has no specific 2d mode, so it uses 3d transforms even when rendering in 2d. Being able to turn a 3d Amethyst transform into a 2d Isometry for ncollide is useful
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.