Mount Fuji Engine  0.8b
MF_API MFMatrix* MFView_GetLocalToView ( const MFMatrix localToWorld,
MFMatrix pOutput 
)

Builds a Local to View matrix from the provided Local matrix.

Parameters
localToWorldLocal to world matrix to be used to generate the Local to Screen matrix.
pOutputPointer to a matrix that receives the result of the operation.
Returns
The same pointer passed as pOutput, This way MFView_GetLocalToView() can be used as a parameter to another function.
See Also
MFView_GetWorldToViewMatrix()
MFView_GetLocalToScreen()