[]
        
(Showing Draft Content)

C1.Util.DX.Matrix4x4.MultiplyRef

MultiplyRef Method

MultiplyRef(out Matrix4x4, ref Matrix4x4, float)

Scales a matrix by the given value.

Declaration
public static void MultiplyRef(out Matrix4x4 result, ref Matrix4x4 left, float right)
Parameters
Type Name Description
Matrix4x4 result

When the method completes, contains the scaled matrix.

Matrix4x4 left

The matrix to scale.

float right

The amount by which to scale.