Computes the effective projection matrix for the given camera.

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public static Matrix3D GetProjectionMatrix(
	Camera camera,
	double aspectRatio
)
Visual Basic
Public Shared Function GetProjectionMatrix ( _
	camera As Camera, _
	aspectRatio As Double _
) As Matrix3D
JScript
public static function GetProjectionMatrix(
	camera : Camera, 
	aspectRatio : double
) : Matrix3D

Parameters

camera
Type: System.Windows.Media.Media3D..::..Camera
aspectRatio
Type: System..::..Double

See Also