Trait rin::math::traits::IntoPnt[][src]

pub trait IntoPnt<V> {
    pub fn into_pnt(self) -> V;
}

Required methods

pub fn into_pnt(self) -> V[src]

Loading content...

Implementations on Foreign Types

impl<T> IntoPnt<Point<T, U3>> for [T; 3] where
    T: Scalar
[src]

impl<'a, T> IntoPnt<Point<T, U4>> for &'a [T] where
    T: Scalar
[src]

impl<'a, T> IntoPnt<Point<T, U2>> for &'a [T] where
    T: Scalar
[src]

impl<T> IntoPnt<Point<T, U2>> for [T; 2] where
    T: Scalar
[src]

impl<'a, T> IntoPnt<Point<T, U3>> for &'a [T] where
    T: Scalar
[src]

impl<T> IntoPnt<Point<T, U4>> for [T; 4] where
    T: Scalar
[src]

Loading content...

Implementors

impl<T> IntoPnt<Point<T, U2>> for T where
    T: Scalar
[src]

impl<T> IntoPnt<Point<T, U3>> for T where
    T: Scalar
[src]

impl<T> IntoPnt<Point<T, U4>> for T where
    T: Scalar
[src]

impl<V> IntoPnt<V> for V[src]

Loading content...