Calculate the internal product of two vectors.
Source position: matrix.pp line 399
| operator operator **( | 
| const x: Tvector3_double; | 
| const y: Tvector3_double | 
| ):Double; | 
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.