Using cast from generics requires simba
Open
enhancement
- Dominant language
- Rust
- Stars
- 4.8k
- Forks
- 565
- PR merge metrics
- No merged PRs in 30d
Description
I implemented generic axis-aligned bounding box struct that uses `OPoint`. I was trying to replicate `OPoint::cast` for my bounding box struct. This was not possible without adding simba as dependency to my crate and bringing in `simba::scalar::SubsetOf` trait.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.