Trait na::ToVec [−][src]
pub trait ToVec<T> {
fn to_vec(self) -> T;
}Required methods
Loading content...Implementors
impl<T: Scalar> ToVec<Matrix<T, U1, U1, <DefaultAllocator as Allocator<T, U1, U1>>::Buffer>> for Point1<T>[src]
impl<T: Scalar> ToVec<Matrix<T, U1, U1, <DefaultAllocator as Allocator<T, U1, U1>>::Buffer>> for Point1<T>[src]impl<T: Scalar> ToVec<Matrix<T, U2, U1, <DefaultAllocator as Allocator<T, U2, U1>>::Buffer>> for Point2<T>[src]
impl<T: Scalar> ToVec<Matrix<T, U2, U1, <DefaultAllocator as Allocator<T, U2, U1>>::Buffer>> for Point2<T>[src]impl<T: Scalar> ToVec<Matrix<T, U3, U1, <DefaultAllocator as Allocator<T, U3, U1>>::Buffer>> for Point3<T>[src]
impl<T: Scalar> ToVec<Matrix<T, U3, U1, <DefaultAllocator as Allocator<T, U3, U1>>::Buffer>> for Point3<T>[src]impl<T: Scalar> ToVec<Matrix<T, U4, U1, <DefaultAllocator as Allocator<T, U4, U1>>::Buffer>> for Point4<T>[src]
impl<T: Scalar> ToVec<Matrix<T, U4, U1, <DefaultAllocator as Allocator<T, U4, U1>>::Buffer>> for Point4<T>[src]