Subtracts two vectors representing angles.
XMVECTOR XMVectorSubtractAngles(
XMVECTOR V1,
XMVECTOR V2
)
V1
Type: XMVECTOR
First vector of angles. Each angle must satisfy -XM_PI <= V1 < XM_PI.
V2
Type: XMVECTOR
Second vector of angles. Each angle must satisfy -XM_2PI <= V1 < XM_2PI.
Type: XMVECTOR
Returns a vector whose components are the differences of the angles of the corresponding components. Each component of the returned vector will be an angle less than XM_PI and greater than or equal to -XM_PI.
Header: Declared in directxmath.h.