power(Tvector2_single,Tvector2_single):single
Calculate the internal product of two vectors.
Declaration
Source position: matrix.pp line 393
operator **(const x: Tvector2_single; const y: Tvector2_single) : single;
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.