Matrix4x4Double.op_Implicit

Matrix4x4Double Implicit operator

converts from Matrix4x4 to Matrix4x4Double

public static implicit operator Matrix4x4Double(Matrix4x4 mat)
ParameterTypeDescription
matMatrix4x4The matrix to convert.

See Also