[][src]Function spice_sys::cylsph_c

pub unsafe extern "C" fn cylsph_c(
    r: c_double,
    lonc: c_double,
    z: c_double,
    radius: *mut c_double,
    colat: *mut c_double,
    lon: *mut c_double
)

converts from cylindrical to spherical coordinates.