multiplyMatrixMatrix Method

Multiply two matrices. @return the matrix result

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

Parameter Type Description
other Matrix3d  
result Matrix3d  

Defined in

Last Updated: 08 January, 2020