s2geometry-d ~master (2023-01-06T14:05:31Z)
Dub
Repo
S2CellUnion.contains
s2
s2cell_union
S2CellUnion
This is a fast operation (logarithmic in the size of the cell union).
bool
contains
(S2CellId id)
bool
contains
(S2CellUnion y)
bool
contains
(S2Cell cell)
class
S2CellUnion
override const
bool
contains
(
in
S2Cell
cell
)
bool
contains
(S2Point p)
Meta
Source
See Implementation
s2
s2cell_union
S2CellUnion
constructors
this
enums
VerbatimFlag
functions
ExactArea
approxArea
averageBasedArea
begin
cellId
cellIds
clear
clone
contains
decode
denormalize
difference
empty
encode
end
expand
getCapBound
getCellUnionBound
getRectBound
initFromBeginEnd
initFromMinMax
initialize
intersect
intersects
isNormalized
isValid
leafCellsCovered
mayIntersect
normalize
numCells
opEquals
opIndex
pack
release
size
unite
static functions
areSiblings
fromBeginEnd
fromMinMax
fromNormalized
fromVerbatim
getIntersection
structs
Iterator
This is a fast operation (logarithmic in the size of the cell union).