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

operator **(Tvector3_double, Tvector3_double): double

Calculate the internal product of two vectors.

Declaration

Source position: matrix.pp line 396

operator operator **(Tvector3_double, Tvector3_double): double(

  const x: Tvector3_double;

  const y: Tvector3_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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.