Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.MatrixD.Multiply

Malware edited this page Dec 25, 2018 · 18 revisions

IndexMatrixD

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.

Clone this wiki locally