Function tool::core::geometry::cart_to_sph[][src]

pub fn cart_to_sph<T>(matrix: &Matrix3xX<T>) -> Matrix3xX<T> where
    T: RealField, 

Component-wise cartesian to spherical conversion.