S2ClosestEdgeQuery.EdgeTarget

Undocumented in source.
class S2ClosestEdgeQuery
final static
class EdgeTarget : S2MinDistanceEdgeTarget {}

Constructors

this
this(S2Point a, S2Point b)
Undocumented in source.

Members

Functions

maxBruteForceIndexSize
int maxBruteForceIndexSize()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From S2MinDistanceEdgeTarget

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.

Meta