Click or drag to resize
AB4D logo

BaseCameraGetCameraMatrixes Method (Camera, Double, Matrix3D, Matrix3D)

GetCameraMatrixes gets view and projection matrix of specified camera and specified viewport's aspect ratio.

Namespace:  Ab3d.Cameras
Assembly:  Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 10.2.8348.1045
Syntax
C#
public static bool GetCameraMatrixes(
	Camera camera,
	double viewportAspectRatio,
	out Matrix3D viewMatrix,
	out Matrix3D projectionMatrix
)

Parameters

camera
Type: System.Windows.Media.Media3DCamera
camera
viewportAspectRatio
Type: SystemDouble
aspect ratio of viewport: width / height
viewMatrix
Type: System.Windows.Media.Media3DMatrix3D
view Matrix
projectionMatrix
Type: System.Windows.Media.Media3DMatrix3D
projection Matrix

Return Value

Type: Boolean
false when the camera matrixes cannot be calculated
See Also