Trait rin::math::traits::IntoPnt [−][src]
pub trait IntoPnt<V> { pub fn into_pnt(self) -> V; }
Required methods
Loading content...Implementations on Foreign Types
impl<T> IntoPnt<Point<T, U3>> for [T; 3] where
T: Scalar,
[src]
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, U4>> for &'a [T] where
T: Scalar,
[src]impl<'a, T> IntoPnt<Point<T, U2>> 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<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<'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]
impl<T> IntoPnt<Point<T, U4>> for [T; 4] where
T: Scalar,
[src]Implementors
Loading content...