[Overview][Types][Classes][Procedures and functions] |
Calculate the internal product of two vectors.
Source position: matrix.pp line 393
function operator **(Tvector2_extended, Tvector2_extended): extended( |
const x: Tvector2_extended; |
const y: Tvector2_extended |
):extended; |
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.