Function S2Loop.getDistance

Returns the distance from the given point to the loop interior. If the loop is empty, return S1Angle::Infinity(). "x" should be unit length.

S1Angle getDistance (
  in const(s2.util.math.vector.Vector!(double,3L)) x
);