[Overview][Procedures and functions][Index] Reference for unit 'mmath' (#Simba)

RotatePoint

Rotate pointer over angle with middle point (mx, my)

Declaration

Source position: mmath.pas line 35

function RotatePoint(

  const p: TPoint;

  const angle: Extended;

  const mx: Extended;

  const my: Extended

):TPoint;