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