| OrthographicProjection Conversion (Matrix44F to OrthographicProjection) |
Converts a 4x4 projection matrix to an orthographic projection.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public static explicit operator OrthographicProjection (
Matrix44F matrix
)
Public Shared Narrowing Operator CType (
matrix As Matrix44F
) As OrthographicProjection
static explicit operator OrthographicProjection^ (
Matrix44F matrix
)
F# does not support the declaration of new casting operators.
Parameters
- matrix
- Type: DigitalRune.Mathematics.AlgebraMatrix44F
The projection matrix.
Return Value
Type:
OrthographicProjectionThe orthographic projection.
See Also