directionPoint method

num directionPoint(
  1. Point p
)

Compute the angle from this Point to a given Point. However, if the given Point is the same as this Point, the direction is zero. @param {Point} p the other Point to which to measure the relative angle. @return {number} the angle, in degrees, of the line from this Point to the given point. @see #direction

Implementation

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