Trait ToPnt
na
pub trait ToPnt<T> { fn to_pnt(self) -> T; }
fn to_pnt(self) -> T
impl<T: Scalar> ToPnt<Point<T, U1>> for Vector1<T>
fn to_pnt(self) -> Point1<T>
impl<T: Scalar> ToPnt<Point<T, U2>> for Vector2<T>
fn to_pnt(self) -> Point2<T>
impl<T: Scalar> ToPnt<Point<T, U3>> for Vector3<T>
fn to_pnt(self) -> Point3<T>
impl<T: Scalar> ToPnt<Point<T, U4>> for Vector4<T>
fn to_pnt(self) -> Point4<T>
impl<T: Scalar> ToPnt<Point<T, U5>> for Vector5<T>
fn to_pnt(self) -> Point5<T>
impl<T: Scalar> ToPnt<Point<T, U6>> for Vector6<T>
fn to_pnt(self) -> Point6<T>