Get combined backbuffer matrix

Namespace:  FlowMap
Assembly:  FlowMap (in FlowMap.dll)

Syntax

Visual Basic (Declaration)
Public Function GetCombinedMatrix As Matrix
C#
public Matrix GetCombinedMatrix()
Visual C++
public:
Matrix GetCombinedMatrix()
JavaScript
function getCombinedMatrix();

Return Value

returns left-multiplied result of view-matrix * projection-matrix * world-matrix

See Also