[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Matrix3x2.op_Division

operator / Operator

operator /(in Matrix3x2, float)

Divides a matrix by a given value.

Declaration
public static Matrix3x2 operator /(in Matrix3x2 left, float right)
Parameters
Type Name Description
Matrix3x2 left

The matrix to divide.

float right

The amount by which to divide.

Returns
Type Description
Matrix3x2

The resulting matrix.