S2Cell.getMaxDistance - multiple declarations

Function S2Cell.getMaxDistance

Returns the maximum distance from the cell (including its interior) to the given point.

s2.s1chord_angle.S1ChordAngle getMaxDistance (
  in const(s2.util.math.vector.Vector!(double,3L)) target
) const;

Function S2Cell.getMaxDistance

Returns the maximum distance from the cell (including its interior) to the given edge AB.

s2.s1chord_angle.S1ChordAngle getMaxDistance (
  in const(s2.util.math.vector.Vector!(double,3L)) a,
  in const(s2.util.math.vector.Vector!(double,3L)) b
) const;

Function S2Cell.getMaxDistance

Returns the maximum distance from the cell (including its interior) to the given target cell.

s2.s1chord_angle.S1ChordAngle getMaxDistance (
  in const(S2Cell) target
) const;