- getCapBound
S2Cap getCapBound()
Undocumented in source. Be warned that the author may not have intended to support it.
- updateMinDistance
bool updateMinDistance(S2Point p, S2MinDistance min_dist)
Undocumented in source. Be warned that the author may not have intended to support it.
- updateMinDistance
bool updateMinDistance(S2Point v0, S2Point v1, S2MinDistance min_dist)
Undocumented in source. Be warned that the author may not have intended to support it.
- updateMinDistance
bool updateMinDistance(S2Cell cell, S2MinDistance min_dist)
Undocumented in source. Be warned that the author may not have intended to support it.
- visitContainingShapes
bool visitContainingShapes(S2ShapeIndex index, ShapeVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
Target subtype that computes the closest distance to a point.
This class is also available as S2ClosestPointQuery<Data>::PointTarget. (It is defined here to avoid depending on the "Data" template argument.)