[][src]Function cdshealpix::largest_center_to_vertex_distance_with_radius

pub fn largest_center_to_vertex_distance_with_radius(
    depth: u8,
    lon: f64,
    lat: f64,
    radius: f64
) -> f64

Returns an upper limit on the distance between a cell center and it furthest vertex, for all the cells in the region covered by a cone of given center and radius.
It is an extension of largest_center_to_vertex_distance

Params

  • depth the depth of the cell
  • lon the longitude of the point on the unit-sphere, in radians
  • lat the latitude of the point on the unit-sphere, in radians
  • radius the radius of the cone, in radians