Function directx_math::XMVectorTanH[][src]

pub fn XMVectorTanH(V: FXMVECTOR) -> XMVECTOR

Computes the hyperbolic tangent of each component of an XMVECTOR.

Parameters

V Vector for which to compute the hyperbolic tangent.

Return value

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

Reference

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