Camera.GetProjectionMatrix Method

Gets the projection matrix.
Protected Friend Overridable Function GetProjectionMatrix( _ 
ByVal nearDistance As Double, _ 
ByVal farDistance As Double, _ 
ByVal cameraEyePos As CameraEyePosType
) As Double()
This language is not supported or no code example is available.
internal protected virtual double[] GetProjectionMatrix( 
double nearDistance
double farDistance
CameraEyePosType cameraEyePos 
)
This language is not supported or no code example is available.

Parameters

nearDistance
double

The near plane distance

farDistance
double

The far plane distance

cameraEyePos
CameraEyePosType

The camera 3D position (for anaglyph 3D)

Return Value

double[]

The computed projection matrix.

.NET Framework

Supported in: 4.8

In this article

Definition