- GetTop
D3DXMATRIX* GetTop()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- LoadIdentity
HRESULT LoadIdentity()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- LoadMatrix
HRESULT LoadMatrix(D3DXMATRIX* pM)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- MultMatrix
HRESULT MultMatrix(D3DXMATRIX* pM)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- MultMatrixLocal
HRESULT MultMatrixLocal(D3DXMATRIX* pM)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- Pop
HRESULT Pop()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- Push
HRESULT Push()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- RotateAxis
HRESULT RotateAxis(D3DXVECTOR3* pV, float Angle)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- RotateAxisLocal
HRESULT RotateAxisLocal(D3DXVECTOR3* pV, float Angle)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- RotateYawPitchRoll
HRESULT RotateYawPitchRoll(float Yaw, float Pitch, float Roll)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- RotateYawPitchRollLocal
HRESULT RotateYawPitchRollLocal(float Yaw, float Pitch, float Roll)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- Scale
HRESULT Scale(float x, float y, float z)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ScaleLocal
HRESULT ScaleLocal(float x, float y, float z)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- Translate
HRESULT Translate(float x, float y, float z)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- TranslateLocal
HRESULT TranslateLocal(float x, float y, float z)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.