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

add(TFloatPoint,TFloatPoint):TFloatPoint

Implements the Add operator (+) for values using the TFloatPoint type.

Declaration

Source position: graphmath.pp line 107

operator operator +(

  const Addend1: TFloatPoint;

  const Addend2: TFloatPoint

):TFloatPoint;

Description

Values for the X and Y members in the addends are summed and stored in the corresponding members in the TFloatPoint result.