[Overview][Types][Procedures and functions][Index] Reference for unit 'GraphMath' (#lazutils)

subtract(TPoint,TFloatPoint):TFloatPoint

Implements the Subtract operator (-) for values using the TPoint and TFloatPoint types.

Declaration

Source position: graphmath.pp line 116

operator operator -(

  const Minuend: TPoint;

  const Subtrahend: TFloatPoint

):TFloatPoint;