Microsoft DirectX 8.0 (C++)

ID3DXMatrixStack

Applications use the methods of the ID3DXMatrixStack interface to manipulate a matrix stack.

The ID3DXMatrixStack interface is obtained by calling the D3DXCreateMatrixStack function.

The methods of the ID3DXMatrixStack interface can be organized into the following groups.

Matrix Multiplication MultMatrix
  MultMatrixLocal
Miscellaneous GetTop
  LoadIdentity
  LoadMatrix
  Pop
  Push
Rotation RotateAxis
  RotateAxisLocal
  RotateYawPitchRoll
  RotateYawPitchRollLocal
Scaling Scale
  ScaleLocal
Translation Translate
  TranslateLocal

The ID3DXMatrixStack interface, like all COM interfaces, inherits the IUnknown interface methods. The IUnknown interface supports the following three methods:

IUnknown AddRef
  QueryInterface
  Release

Requirements

  Header: Declared in D3dx8math.h.
  Import Library: Use D3dx8.lib.