Builds an affine transformation matrix.
XMMATRIX XMMatrixAffineTransformation(
XMVECTOR Scaling,
XMVECTOR RotationOrigin,
XMVECTOR RotationQuaternion,
GXMVECTOR Translation
)
Scaling
Type: XMVECTOR
Vector of scaling factors for each dimension.
RotationOrigin
Type: XMVECTOR
Point identifying the center of rotation.
RotationQuaternion
Type: XMVECTOR
Rotation factors.
Translation
Type: GXMVECTOR
Translation offsets.
Type: XMMATRIX
Returns the affine transformation matrix, built from the scaling, rotation, and translation information.
Header: Declared in directxmath.h.