Matrix4x4Double.op_Explicit
Matrix4x4Double Explicit operator
Converts a Matrix4x4Double to a Matrix4x4
public static explicit operator Matrix4x4(Matrix4x4Double mat)
| Parameter | Type | Description |
|---|---|---|
| mat | Matrix4x4Double | The 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
- struct Matrix4x4Double
- namespace Aspose.CAD.FileFormats.GLB.Transforms
- assembly Aspose.CAD