multiplyVectorInPlace Method

Multiply the matrix * (x,y,z) in place, i.e. the vector (x,y,z) is a column vector on the right and the multiplication updates the vector values.

multiplyVectorInPlace(xyzData: XYZ): void

Parameter Type Description
xyzData XYZ the vector data.

Returns - void

Defined in

Last Updated: 13 May, 2024