| Projection Conversion (Projection to Matrix44F) |
Converts the projection to a 4x4 transformation matrix.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public static implicit operator Matrix44F (
Projection projection
)
Public Shared Widening Operator CType (
projection As Projection
) As Matrix44F
static implicit operator Matrix44F (
Projection^ projection
)
F# does not support the declaration of new casting operators.
Parameters
- projection
- Type: DigitalRune.GraphicsProjection
The projection.
Return Value
Type:
Matrix44FA 4x4-matrix that represents the same transformation as the projection.
See Also