Function XMVectorSinH

Source
pub fn XMVectorSinH(V: FXMVECTOR) -> XMVECTOR
Expand description

Computes the hyperbolic sine of each component of an XMVECTOR.

§Parameters

V Vector for which to compute the hyperbolic sine.

§Return value

Returns a vector. Each component is the hyperbolic sine of the corresponding component of V.

§Reference

https://docs.microsoft.com/en-us/windows/win32/api/directxmath/nf-directxmath-XMVectorSinH