PerspectiveCameraGetViewProjectionMatrix(Double) Method |
Gets the transposed result of LookAtRH matrix multiplied with the OrthoRH matrix.
Namespace: Altaxo.Graph.Graph3D.CameraAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public override Matrix4x4 GetViewProjectionMatrix(
double aspectRatio
)
Parameters
- aspectRatio Double
- The aspect ratio of the screen (or whatever the 2D output medium is).
Return Value
Matrix4x4The LookAtRH matrix multiplied with the OrthoRH matrix.
See Also