IDCompositionMatrixTransform3D

An IDCompositionMatrixTransform3D interface represents an arbitrary 3D transformation defined by a 4x4 matrix.

Members

Functions

SetMatrix
HRESULT SetMatrix(const(D3DMATRIX)* matrix)

Changes all values of the matrix of this transform.

SetMatrixElement
HRESULT SetMatrixElement(int row, int column, float value)

Changes a single element of the matrix of this transform.

SetMatrixElement
HRESULT SetMatrixElement(int row, int column, IDCompositionAnimation animation)

Animates a single element of the matrix of this transform.

Meta