pub fn XMMatrixAffineTransformation(
Scaling: FXMVECTOR,
RotationOrigin: FXMVECTOR,
RotationQuaternion: FXMVECTOR,
Translation: GXMVECTOR,
) -> XMMATRIXExpand description
Builds an affine transformation matrix.
§Parameters
Scaling Vector of scaling factors for each dimension.
RotationOrigin Point identifying the center of rotation.
RotationQuaternion Rotation factors.
Translation Translation offsets.
§Return value
Returns the affine transformation matrix, built from the scaling, rotation, and translation information.