|
BaseCameraGetWorldViewProjection Method |
Returns WorldViewProjection matrix.
Calculating this matrix is faster inside Camera because here we can access matrixes by reference.
Namespace: Ab3d.DirectX.CamerasAssembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax public Matrix GetWorldViewProjection(
ref Matrix world
)
Parameters
- world Matrix
- World matrix
Return Value
MatrixWorldViewProjection matrix
See Also