Give product of a three-dimensional double precision matrix and vector.
Source position: matrix.pp line 578
| operator operator *( | 
| const m: Tmatrix3_double; | 
| const v: Tvector3_double | 
This operator allows you to multiply a three-dimensional double precision matrices with a three dimensional double precision vector. A new vector is returned which is the product of the matrix and the vector. The product is calculated using the well known matrix-vector multiplication algorithm.