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