Matrix4x4Double.op_Explicit

Matrix4x4Double Explicit operator

Converts a Matrix4x4Double to a Matrix4x4

public static explicit operator Matrix4x4(Matrix4x4Double mat)
ParameterTypeDescription
matMatrix4x4DoubleThe matrix to convert.

Remarks

Since converting From double precission to single precission implies a loss of precission, this conversion is explicit, so developers will be aware of when the precission loss is happening.

See Also