[Overview][Types][Classes][Procedures and functions] Reference for unit 'matrix' (#rtl)

operator +(Tvector2_double, Tvector2_double): Tvector2_double

Add two-dimensional double precision vectors together

Declaration

Source position: matrix.pp line 352

function operator +(Tvector2_double, Tvector2_double): Tvector2_double(

  const x: Tvector2_double;

  const y: Tvector2_double

):Tvector2_double;

Description

This operator allows you to add two two-dimensional vectors with double precision together. The result is a new vector which consists of the sums of the individual elements of the two vectors.