Please implement Vector<T> From<Point<T>> trait
Open
enhancement
good first issue
- Dominant language
- Rust
- Stars
- 4.8k
- Forks
- 565
- PR merge metrics
- No merged PRs in 30d
Description
The `From>` trait is not currently implemented for the `Vector3` struct. Attempting to add this implementation in my own code causes complier error E0117 (Only traits defined in the current crate can be implemented for arbitrary types). It is therefore necessary to implement this `From` trait at source.
As the `Point` struct is based on the `Vector` struct, this should be very easy to implement.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.