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

operator **(Tvector4_extended, Tvector4_extended): extended

Calculate the internal product of two vectors.

Declaration

Source position: matrix.pp line 399

function operator **(Tvector4_extended, Tvector4_extended): extended(

  const x: Tvector4_extended;

  const y: Tvector4_extended

):extended;

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.