s2geometry-d ~master (2023-01-06T14:05:31Z)
Dub
Repo
IndexCrosser
s2
shapeutil
visit_crossing_edge_pairs
Undocumented in source.
class
IndexCrosser {
this
(S2ShapeIndex a_index, S2ShapeIndex b_index, CrossingType type, EdgePairVisitor visitor, bool swapped);
bool
visitCrossings
(RangeIterator ai, RangeIterator bi);
bool
visitCellCellCrossings
(S2ShapeIndexCell a_cell, S2ShapeIndexCell b_cell);
}
Constructors
this
this
(S2ShapeIndex a_index, S2ShapeIndex b_index, CrossingType type, EdgePairVisitor visitor, bool swapped)
Undocumented in source.
Members
Functions
visitCellCellCrossings
bool
visitCellCellCrossings
(S2ShapeIndexCell a_cell, S2ShapeIndexCell b_cell)
Undocumented in source. Be warned that the author may not have intended to support it.
visitCrossings
bool
visitCrossings
(RangeIterator ai, RangeIterator bi)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
s2
shapeutil
visit_crossing_edge_pairs
aliases
EdgePairVisitor
ShapeEdgeVector
classes
IndexCrosser
functions
findSelfIntersection
visitCrossingEdgePairs
static functions
visitCrossings