distanceSquaredPoint method

num distanceSquaredPoint(
  1. Point p
)

Returns the square of the distance from this Point to a given Point. @param {Point} p the other Point to measure to. @return {number} the square of the euclidean distance. @see #distanceSquared

Implementation

_i2.num distanceSquaredPoint(_i3.Point p) => _i4.callMethod(
      this,
      'distanceSquaredPoint',
      [p],
    );