multiplyVectorArrayInPlace Method

Multiply matrix * vector in place for vector in the array, i.e. treating the vector is a column vector on the right.

  • Each vector is updated to be matrix * vector

multiplyVectorArrayInPlace(data: XYZ[]): void

Parameter Type Description
data XYZ[]  

Returns - void

Defined in

Last Updated: 13 May, 2024