Retrieve the z component of an XMVECTOR Data Type.
float XMVectorGetZ(
XMVECTOR V
)
V
Type: XMVECTOR
A valid 4D vector storing floating-point data
Type: float
The value in the z component of the 4D vector storing floating-point data V.
Header: Declared in directxmath.h.