S2ClosestEdgeQuery.Options

Options that control the set of edges returned. Note that by default *all* edges are returned, so you will always want to set either the max_edges() option or the max_distance() option (or both).

Constructors

this
this()
Undocumented in source.
this
this(Options options)
Undocumented in source.

Members

Functions

setConservativeMaxDistance
void setConservativeMaxDistance(S1Angle max_distance)
Undocumented in source. Be warned that the author may not have intended to support it.
setConservativeMaxDistance
void setConservativeMaxDistance(S1ChordAngle max_distance)
Undocumented in source. Be warned that the author may not have intended to support it.
setInclusiveMaxDistance
void setInclusiveMaxDistance(S1ChordAngle max_distance)

Like set_max_distance(), except that edges whose distance is exactly equal to "max_distance" are also returned. Equivalent to calling set_max_distance(max_distance.Successor()).

setInclusiveMaxDistance
void setInclusiveMaxDistance(S1Angle max_distance)
Undocumented in source. Be warned that the author may not have intended to support it.
setMaxDistance
void setMaxDistance(S1ChordAngle max_distance)

Specifies that only edges whose distance to the target is less than "max_distance" should be returned.

setMaxDistance
void setMaxDistance(S1Angle max_distance)
Undocumented in source. Be warned that the author may not have intended to support it.
setMaxError
void setMaxError(S1Angle max_error)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Options

setMaxDistance
void setMaxDistance(S1ChordAngle max_distance)

Specifies that only edges whose distance to the target is less than "max_distance" should be returned.

setInclusiveMaxDistance
void setInclusiveMaxDistance(S1ChordAngle max_distance)

Like set_max_distance(), except that edges whose distance is exactly equal to "max_distance" are also returned. Equivalent to calling set_max_distance(max_distance.Successor()).

setConservativeMaxDistance
void setConservativeMaxDistance(S1ChordAngle max_distance)
Undocumented in source. Be warned that the author may not have intended to support it.
setMaxDistance
void setMaxDistance(S1Angle max_distance)
Undocumented in source. Be warned that the author may not have intended to support it.
setInclusiveMaxDistance
void setInclusiveMaxDistance(S1Angle max_distance)
Undocumented in source. Be warned that the author may not have intended to support it.
setConservativeMaxDistance
void setConservativeMaxDistance(S1Angle max_distance)
Undocumented in source. Be warned that the author may not have intended to support it.
setMaxError
void setMaxError(S1Angle max_error)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta