-
Notifications
You must be signed in to change notification settings - Fork 123
VRageMath.MatrixD.Multiply
csharp[MatrixD](VRageMath.MatrixD) Multiply([MatrixD](VRageMath.MatrixD) matrix1, [MatrixD](VRageMath.MatrixD) matrix2)
##### Summary
Multiplies a matrix by another matrix.
csharp[MatrixD](VRageMath.MatrixD) Multiply([MatrixD](VRageMath.MatrixD) matrix1, [Matrix](VRageMath.Matrix) matrix2)
##### Summary
Multiplies a matrix by another matrix.
csharpvoid Multiply(ref [MatrixD](VRageMath.MatrixD) matrix1, ref [Matrix](VRageMath.Matrix) matrix2, ref [MatrixD](VRageMath.MatrixD) result)
##### Summary
Multiplies a matrix by another matrix.
csharpvoid Multiply(ref [Matrix](VRageMath.Matrix) matrix1, ref [MatrixD](VRageMath.MatrixD) matrix2, ref [MatrixD](VRageMath.MatrixD) result)``````csharpvoid Multiply(ref [MatrixD](VRageMath.MatrixD) matrix1, ref [MatrixD](VRageMath.MatrixD) matrix2, ref [MatrixD](VRageMath.MatrixD) result)
##### Summary
Multiplies a matrix by another matrix.
csharp[MatrixD](VRageMath.MatrixD) Multiply([MatrixD](VRageMath.MatrixD) matrix1, [double](System.Double) scaleFactor)
##### Summary
Multiplies a matrix by a scalar value.
csharpvoid Multiply(ref [MatrixD](VRageMath.MatrixD) matrix1, [double](System.Double) scaleFactor, ref [MatrixD](VRageMath.MatrixD) 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!