S2ClosestPointQueryOptions.setInclusiveMaxDistance

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

  1. void setInclusiveMaxDistance(S1ChordAngle max_distance)
    class S2ClosestPointQueryOptions
    void
    setInclusiveMaxDistance
  2. void setInclusiveMaxDistance(S1Angle max_distance)

Meta