Builds a scaling matrix from a 3D vector.
XMMATRIX XMMatrixScalingFromVector(
XMVECTOR Scale
)
Scale
Type: XMVECTOR
3D vector describing the scaling along the x-axis, y-axis, and z-axis.
Type: XMMATRIX
Returns the scaling matrix.
Header: Declared in directxmath.h.