Matrix4d.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(Matrix4d, Matrix4d) | |
Mult(Matrix4d, Matrix4d, Matrix4d) |
Multiplies two instances. |
Mult(Matrix4d, Matrix4d)
Mult(Matrix4d, Matrix4d, Matrix4d)
Multiplies two instances.
public static void Mult (ref OpenTK.Matrix4d left, ref OpenTK.Matrix4d right, out OpenTK.Matrix4d result);
static member Mult : * * -> unit
Parameters
- left
- Matrix4d
The left operand of the multiplication.
- right
- Matrix4d
The right operand of the multiplication.
- result
- Matrix4d
A new instance that is the result of the multiplication