MatrixMultiply Method

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodStatic memberMultiply(Matrix, Matrix)
Determines the product of two matrices.
Public methodStatic memberMultiply(Matrix, Single)
Scales a matrix by the given value.
Public methodStatic memberMultiply(Matrix, Matrix, Matrix)
Determines the product of two matrices.
Public methodStatic memberMultiply(Matrix, Single, Matrix)
Scales a matrix by the given value.
Public methodStatic memberMultiply(Matrix, Matrix, Matrix)
Determines the products of of an array of matrices by a single matrix.
Public methodStatic memberMultiply(Matrix, Matrix, Matrix)
Determines the products of two arrays of matrices.
Public methodStatic memberMultiply(Matrix*, Matrix*, Matrix*, Int32)
Determines the products of two arrays of matrices.
Public methodStatic memberMultiply(Matrix, Matrix, Matrix, Int32, Int32)
Determines the products of of an array of matrices by a single matrix.
Public methodStatic memberMultiply(Matrix, Matrix, Matrix, Int32, Int32)
Determines the products of two arrays of matrices.
Top
See Also

Reference