rotate

Returns point rotated by the specified angle around focus_x,focus_y. Angle is in degrees [0..360]

  1. Point rotate(Point point, Scalar angle)
  2. Point rotate(Point point, Scalar angle, Scalar focus_x, Scalar focus_y)

Meta