Unit 'matrix' Package
[Overview][Types][Classes][Procedures and functions][Index] [#rtl]

power(Tvector2_extended,Tvector2_extended):extended

Calculate the internal product of two vectors.

Declaration

Source position: matrix.pp line 395

operator operator **(

  const x: Tvector2_extended;

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


Documentation generated on: Jul 24 2023