cgmath
cgmath copied to clipboard
Add From<Vector> for Point
so that Point can use unit_x() etc.
I see there is from_vec(). Why not implement From?