Function Node2D.getAngleTo

Returns the angle between the node and the point in radians.

double getAngleTo (
  const(Vector2) point
) nothrow @nogc const;