rotate method
Modify this Point so that has been rotated about the origin by the given angle. @param {number} angle an angle in degrees. @return {Point} this.
Implementation
_i3.Point rotate(_i2.num angle) => _i4.callMethod(
this,
'rotate',
[angle],
);