Click or drag to resize
AB4D logo

MatrixCamera(Matrix, Matrix) Constructor

Constructor

Namespace: Ab3d.DirectX.Cameras
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public MatrixCamera(
	Matrix view,
	Matrix projection
)

Parameters

view  Matrix
view matrix
projection  Matrix
projection matrix
See Also