S2ClosestEdgeQueryBase

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(S2ShapeIndex index)
Undocumented in source.

Members

Aliases

Delta
alias Delta = DistanceT.Delta
Undocumented in source.
Target
alias Target = S2DistanceTarget!DistanceT
Undocumented in source.

Classes

Options
class Options
Undocumented in source.

Functions

findClosestEdge
Result findClosestEdge(Target target, Options options)
Undocumented in source.
findClosestEdges
Result[] findClosestEdges(Target target, Options options)
Undocumented in source. Be warned that the author may not have intended to support it.
findClosestEdges
void findClosestEdges(Target target, Options options, Result[] results)
Undocumented in source. Be warned that the author may not have intended to support it.
index
const(S2ShapeIndex) index()
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize(S2ShapeIndex index)
Undocumented in source. Be warned that the author may not have intended to support it.
reInitialize
void reInitialize()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Result
struct Result
Undocumented in source.

Meta