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