[][src]Function directx_math::XMVectorCosH

pub fn XMVectorCosH(V: FXMVECTOR) -> XMVECTOR

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