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

operator **(Tvector2_double, Tvector2_double): double

Calculate the internal product of two vectors.

Declaration

Source position: matrix.pp line 392

function operator **(Tvector2_double, Tvector2_double): double(

  const x: Tvector2_double;

  const y: Tvector2_double

):double;

Description

This operator returns the internal product of the two vectors, that is, the elements of the two vectors are element-wise multiplied, and then added together.