Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Camera Class / GetProjectionMatrix Method
The near plane distance
The far plane distance
The camera 3D position (for anaglyph 3D)

In This Topic
    GetProjectionMatrix Method (Camera)
    In This Topic
    Gets the projection matrix.
    Syntax
    'Declaration
     
    Protected Friend Overridable Function GetProjectionMatrix( _
       ByVal nearDistance As Double, _
       ByVal farDistance As Double, _
       ByVal cameraEyePos As ViewportLayout.CameraEyePosType _
    ) As Double()
    protected internal virtual double[] GetProjectionMatrix( 
       double nearDistance,
       double farDistance,
       ViewportLayout.CameraEyePosType cameraEyePos
    )

    Parameters

    nearDistance
    The near plane distance
    farDistance
    The far plane distance
    cameraEyePos
    The camera 3D position (for anaglyph 3D)

    Return Value

    The computed projection matrix.
    See Also