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

add(TFloatPoint,TPoint):TFloatPoint

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

Declaration

Source position: graphmath.pp line 110

operator operator +(

  const Addend1: TFloatPoint;

  const Addend2: TPoint

):TFloatPoint;