s2geometry-d ~master (2023-01-06T14:05:31Z)
Dub
Repo
Metric.getLevelForMinValue
s2
s2metrics
Metric
Undocumented in source.
struct
Metric
(int DimV)
const
int
getLevelForMinValue
(
double
value
)
out (level) { assert (level == 0 || getValue(level) >= value); assert (level == s2coords.MAX_CELL_LEVEL || getValue(level + 1) < value); }
Meta
Source
See Implementation
s2
s2metrics
Metric
constructors
this
functions
getClosestLevel
getLevelForMaxValue
getLevelForMinValue
getValue
properties
deriv