[Overview][Types][Classes][Procedures and functions][Index] |
Calculate the internal product of two vectors.
Source position: matrix.pp line 395
operator operator **(Tvector3_single, Tvector3_single): single( |
const x: Tvector3_single; |
const y: Tvector3_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.
lazarus-ccr.sourceforge.net |