Function XMVectorCosH

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

Computes the hyperbolic cosine of each component of an XMVECTOR.

§Parameters

V Vector for which to compute the hyperbolic cosine.

§Return value

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

§Reference

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