Builds a matrix that scales along the x-axis, y-axis, and z-axis.
XMMATRIX XMMatrixScaling(
float ScaleX,
float ScaleY,
float ScaleZ
)
ScaleX
Type: float
Scaling factor along the x-axis.
ScaleY
Type: float
Scaling factor along the y-axis.
ScaleZ
Type: float
Scaling factor along the z-axis.
Type: XMMATRIX
Returns the scaling matrix.
Header: Declared in directxmath.h.