Matrix4.Mult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Mult(Matrix4, Matrix4) | |
Mult(Matrix4, Matrix4, Matrix4) |
Multiplies two instances. |
Mult(Matrix4, Matrix4)
Mult(Matrix4, Matrix4, Matrix4)
Multiplies two instances.
public static void Mult (ref OpenTK.Matrix4 left, ref OpenTK.Matrix4 right, out OpenTK.Matrix4 result);
static member Mult : * * -> unit
Parameters
- left
- Matrix4
The left operand of the multiplication.
- right
- Matrix4
The right operand of the multiplication.
- result
- Matrix4
A new instance that is the result of the multiplication