[]
public static implicit operator Matrix3x2(Matrix4x4 matrix)
Public Shared Widening Operator CType(matrix As Matrix4x4) As Matrix3x2
| Type | Name | Description |
|---|---|---|
| Matrix4x4 | matrix | The matrix. |
| Type | Description |
|---|---|
| Matrix3x2 | The result of the conversion. |