raSystem  1.0 bata
raMatrix.cpp File Reference

Go to the source code of this file.

Namespaces

 System
 

Functions

RAPI raMatrix System::raMatrixTranslation (const raVector3 &v)
 
RAPI raMatrix System::raMatrixRotationX (const float f)
 
RAPI raMatrix System::raMatrixRotationY (const float f)
 
RAPI raMatrix System::raMatrixRotationZ (const float f)
 
RAPI raMatrix System::raMatrixRotation (const float x, const float y, const float z)
 
RAPI raMatrix System::raMatrixRotation (const raVector3 &v)
 
RAPI raMatrix System::raMatrixRotationAxis (const raVector3 &v, const float f)
 
RAPI raMatrix System::raMatrixScaling (const raVector3 &v)
 
RAPI raMatrix System::raMatrixAxes (const raVector3 &vXAxis, const raVector3 &vYAxis, const raVector3 &vZAxis)
 
RAPI float System::raMatrixDet (const raMatrix &m)
 
RAPI raMatrix System::raMatrixInvert (const raMatrix &m)
 
RAPI raMatrix System::raMatrixTranspose (const raMatrix &m)
 
RAPI raMatrix System::raMatrixProjection (const float fFOV, const float fAspect, const float fNearPlane, const float fFarPlane)
 
RAPI raMatrix System::raMatrixCamera (const raVector3 &vPos, const raVector3 &vLookAt, const raVector3 &vUp)
 
RAPI raMatrix System::raMatrixToTex2DMatrix (const raMatrix &m)