XMVectorGetZ function (directxmath.h)
Retrieve the z
component of an XMVECTOR Data Type.
C++
float XM_CALLCONV XMVectorGetZ(
[in] FXMVECTOR V
) noexcept;
[in] V
A valid 4D vector storing floating-point data
The value in the z
component of the 4D vector storing floating-point data V.
Requirement | Value |
---|---|
Target Platform | Windows |
Header | directxmath.h (include DirectXMath.h) |