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

operator *(Tvector2_double, Tvector2_double): Tvector2_double

Multiply two vectors element wise

Declaration

Source position: matrix.pp line 382

function operator *(Tvector2_double, Tvector2_double): Tvector2_double(

  const x: Tvector2_double;

  const y: Tvector2_double

):Tvector2_double;

Description

This operator returns a vector that contains the element by element multiplication of the two multiplied vectors.