multiplyVectorArrayInPlace Method

Multiply the matrix * vector, i.e. the vector is a column vector on the right.

multiplyVectorArrayInPlace(data: XYZ[]): void

Parameter Type Description
data XYZ[]  

Returns - the vector result

Defined in

Last Updated: 08 January, 2020