[][src]Function cdshealpix::largest_center_to_vertex_distances_with_radius

pub fn largest_center_to_vertex_distances_with_radius(
    from_depth: u8,
    to_depth: u8,
    lon: f64,
    lat: f64,
    radius: f64
) -> Box<[f64]>

Same as largest_center_to_vertex_distance_with_radius but making the computation for several depths at the same time.