Computes the radian angle between two normalized 3D vectors.
XMVECTOR XMVector3AngleBetweenNormals(
XMVECTOR N1,
XMVECTOR N2
)
N1
Type: XMVECTOR
Normalized 3D vector.
N2
Type: XMVECTOR
Normalized 3D vector.
Type: XMVECTOR
Returns a vector. The radian angle between N1 and N2 is replicated to each of the components.
Header: Declared in directxmath.h.