dimforge / dimforge/nalgebra

Please implement Vector<T> From<Point<T>> trait

Open
#1,450 3 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.