[Overview][Types][Classes][Procedures and functions][Index] |
Multiply two vectors element wise
Source position: matrix.pp line 383
operator operator *(Tvector2_double, Tvector2_double): Tvector2_double( |
const x: Tvector2_double; |
const y: Tvector2_double |
This operator returns a vector that contains the element by element multiplication of the two multiplied vectors.
lazarus-ccr.sourceforge.net |