Computes the hyperbolic cosine of each component of an XMVECTOR.
XMVECTOR XMVectorCosH(
XMVECTOR V
)
V
Type: XMVECTOR
Vector for which to compute the hyperbolic cosine.
Type: XMVECTOR
Returns a vector. Each component is the hyperbolic cosine of the corresponding component of V.
Header: Declared in directxmath.h.