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

add(TPoint,TFloatPoint):TFloatPoint

Implements the Add operator (+) for values using the TPoint and TFloatPoint types.

Declaration

Source position: graphmath.pp line 111

operator operator +(

  const Addend1: TPoint;

  const Addend2: TFloatPoint

):TFloatPoint;