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