-
Notifications
You must be signed in to change notification settings - Fork 123
VRageMath.Matrix.Multiply
csharp[Matrix](VRageMath.Matrix) Multiply([Matrix](VRageMath.Matrix) matrix1, [Matrix](VRageMath.Matrix) matrix2)##### Summary
Multiplies a matrix by another matrix.
csharpvoid Multiply(ref [Matrix](VRageMath.Matrix) matrix1, ref [Matrix](VRageMath.Matrix) matrix2, ref [Matrix](VRageMath.Matrix) result)##### Summary
Multiplies a matrix by another matrix.
csharp[Matrix](VRageMath.Matrix) Multiply([Matrix](VRageMath.Matrix) matrix1, [float](System.Single) scaleFactor)##### Summary
Multiplies a matrix by a scalar value.
csharpvoid Multiply(ref [Matrix](VRageMath.Matrix) matrix1, [float](System.Single) scaleFactor, ref [Matrix](VRageMath.Matrix) result)##### Summary
Multiplies a matrix by a scalar value.
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!