S2ClosestEdgeQuery.ShapeIndexTarget

Undocumented in source.
class S2ClosestEdgeQuery
final static
class ShapeIndexTarget : S2MinDistanceShapeIndexTarget {}

Constructors

this
this(S2ShapeIndex index)
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 S2MinDistanceShapeIndexTarget

includeInteriors
bool includeInteriors()
Undocumented in source. Be warned that the author may not have intended to support it.
setIncludeInteriors
void setIncludeInteriors(bool include_interiors)
Undocumented in source. Be warned that the author may not have intended to support it.
useBruteForce
bool useBruteForce()
Undocumented in source. Be warned that the author may not have intended to support it.
setUseBruteForce
void setUseBruteForce(bool use_brute_force)
Undocumented in source. Be warned that the author may not have intended to support it.
setMaxError
bool setMaxError(S1ChordAngle max_error)
Undocumented in source. Be warned that the author may not have intended to support it.
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 query_index, ShapeVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta