multiplyMatrixMatrix Method

Multiply this matrix times other matrix

multiplyMatrixMatrix(other: Matrix3d, result?: Matrix3d): Matrix3d

@returns the matrix result: this*other

Parameter Type Description
other Matrix3d  
result Matrix3d  

Returns - Matrix3d

the matrix result: this*other

Defined in

Last Updated: 13 May, 2024