[]
        
(Showing Draft Content)

C1.Util.DX.Matrix4x4.op_Division

operator / Operator

operator /(Matrix4x4, float)

Scales a matrix by a given value.

Declaration
public static Matrix4x4 operator /(Matrix4x4 left, float right)
Public Shared Operator /(left As Matrix4x4, right As Single) As Matrix4x4
Parameters
Type Name Description
Matrix4x4 left

The matrix to scale.

float right

The amount by which to scale.

Returns
Type Description
Matrix4x4

The scaled matrix.