Click or drag to resize
AB4D logo

ICameraGetWorldViewProjection Method

Returns WorldViewProjection matrix. Calculating this matrix is faster inside Camera because here we can access matrixes by reference.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.1.9105.2048 (1.0.0.0)
Syntax
C#
Matrix GetWorldViewProjection(
	ref Matrix world
)

Parameters

world  Matrix
World matrix

Return Value

Matrix
WorldViewProjection matrix
See Also