Function directx_math::XMVectorTan[][src]

pub fn XMVectorTan(V: FXMVECTOR) -> XMVECTOR

Computes the tangent of each component of an XMVECTOR.

Parameters

V Vector for which to compute the tangent.

Return value

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

Reference

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