Click or drag to resize

CameraBaseGetViewProjectionMatrix Method

Gets the result of LookAtRH matrix multiplied with the ViewRH matrix (ViewRH is either OrthoRH or PerspectiveRH, depending on the camera type).

Namespace: Altaxo.Graph.Graph3D.Camera
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract Matrix4x4 GetViewProjectionMatrix(
	double aspectRatio
)

Parameters

aspectRatio  Double
The aspect ratio of the screen (or whatever the 2D output medium is).

Return Value

Matrix4x4
The LookAtRH matrix multiplied with the ViewRH matrix (ViewRH is either OrthoRH or PerspectiveRH, depending on the camera type).
See Also