struct S2Cells::AreaMetric

Defined in:

s2_cells/metric.cr

Constructors

Instance methods inherited from struct S2Cells::Metric

deriv : Float64 deriv, get_closest_level(value : Float64) : Int32 get_closest_level, get_max_level(value : Float64) : Int32 get_max_level, get_min_level(value : Float64) : Int32 get_min_level, get_value(level : Int) : Float64 get_value

Constructor methods inherited from struct S2Cells::Metric

new(deriv : Float64, dim : Int32) new

Constructor Detail

def self.new(deriv : Float64) #

[View source]