| [Overview][Types][Classes][Procedures and functions][Index] | 
Calculate the internal product of two vectors.
Source position: matrix.pp line 401
operator operator **(  | 
const x: Tvector4_extended;  | 
const y: Tvector4_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.