MatrixState::GetUVP

MatrixState::GetUVP
const Matrix4F& GetUVP() const;
const Matrix4F& GetUVP(const Rect<int> & viewRect) const;
Description

GetUVP gets the cached 3D transformation matrix.

Parameters
Parameters 
Description 
const Rect<int> & viewRect 
The current view rectangle. 
Return Value

The cached transformation matrix of type Matrix4F.