Click or drag to resize

Matrix4Multiply Operator

Overload List
  NameDescription
Public operatorStatic memberMultiply(Single, Matrix4)
Multiply operator between a scalar and a matrix.
Public operatorStatic memberMultiply(Matrix4, Matrix4)
Multiply operator between two matrices.
Public operatorStatic memberMultiply(Matrix4, Vector3)
Multiply operator between a matrix and a Vector3.
Public operatorStatic memberMultiply(Matrix4, Vector4)
Multiply operator between a matrix and a Vector4.
Public operatorStatic memberMultiply(Matrix4, Single)
Multiply operator between a matrix and a scalar.
Top
See Also