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

divide(TPoint,TFloatPoint):TFloatPoint

Implements the Divide operator (/) for values using the TPoint and TFloatPoint types.

Declaration

Source position: graphmath.pp line 127

operator operator /(

  const Dividend: TPoint;

  const Divisor: TFloatPoint

):TFloatPoint;