s2geometry-d ~master (2023-01-06T14:05:31Z)
Dub
Repo
S2ClosestEdgeQueryBase.Result
s2
s2closest_edge_query_base
S2ClosestEdgeQueryBase
Undocumented in source.
class
S2ClosestEdgeQueryBase
(DistanceT)
struct
Result {
DistanceT
distance
;
int
shapeId
;
int
edgeId
;
int
opCmp
(Result o);
}
Members
Functions
opCmp
int
opCmp
(Result o)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
distance
DistanceT
distance
;
Undocumented in source.
edgeId
int
edgeId
;
Undocumented in source.
shapeId
int
shapeId
;
Undocumented in source.
Meta
Source
See Implementation
s2
s2closest_edge_query_base
S2ClosestEdgeQueryBase
aliases
Delta
Target
classes
Options
constructors
this
functions
findClosestEdge
findClosestEdges
index
initialize
reInitialize
structs
Result