| [Overview][Types][Procedures and functions][Index] |
Implements the Add operator (+) for values using the TFloatPoint type.
Source position: graphmath.pp line 107
operator operator +( |
const Addend1: TFloatPoint; |
const Addend2: TFloatPoint |
):TFloatPoint; |
Values for the X and Y members in the addends are summed and stored in the corresponding members in the TFloatPoint result.