Builds a translation matrix from the specified offsets.
XMMATRIX XMMatrixTranslation(
float OffsetX,
float OffsetY,
float OffsetZ
)
OffsetX
Type: float
Translation along the x-axis.
OffsetY
Type: float
Translation along the y-axis.
OffsetZ
Type: float
Translation along the z-axis.
Type: XMMATRIX
Returns the translation matrix.
Header: Declared in directxmath.h.