Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.Matrix3x3.Multiply

Malware edited this page Dec 25, 2018 · 19 revisions

IndexMatrix3x3

csharpvoid Multiply(ref [Matrix3x3](VRageMath.Matrix3x3) matrix1, ref [Matrix3x3](VRageMath.Matrix3x3) matrix2, ref [Matrix3x3](VRageMath.Matrix3x3) result)##### Summary

Multiplies a matrix by another matrix.

csharpvoid Multiply(ref [Matrix3x3](VRageMath.Matrix3x3) matrix1, [float](System.Single) scaleFactor, ref [Matrix3x3](VRageMath.Matrix3x3) result)##### Summary

Multiplies a matrix by a scalar value.

Clone this wiki locally