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

multiply(Tvector4_extended,Tvector4_extended):Tvector4_extended

Multiply two vectors element wise

Declaration

Source position: matrix.pp line 391

operator operator *(

  const x: Tvector4_extended;

  const y: Tvector4_extended

):Tvector4_extended;

Description

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


Documentation generated on: May 14 2021