Module directx_math::vector::transendental[][src]

Functions

XMVectorACos

Computes the arccosine of each component of an XMVECTOR.

XMVectorACosEst

Estimates the arccosine of each component of an XMVECTOR.

XMVectorASin

Computes the arcsine of each component of an XMVECTOR.

XMVectorASinEst

Estimates the arcsine of each component of an XMVECTOR.

XMVectorATan

Computes the arctangent of each component of an XMVECTOR.

XMVectorATan2

Computes the arctangent of Y/X.

XMVectorATan2Est

Estimates the arctangent of Y/X.

XMVectorATanEst

Estimates the arctangent of each component of an XMVECTOR.

XMVectorCos

Computes the cosine of each component of an XMVECTOR.

XMVectorCosEst

Estimates the cosine of each component of an XMVECTOR.

XMVectorCosH

Computes the hyperbolic cosine of each component of an XMVECTOR.

XMVectorExp

Computes two raised to the power for each component.

XMVectorExp2

Computes two raised to the power for each component.

XMVectorSin

Computes the sine of each component of an XMVECTOR.

XMVectorSinCos

Computes the sine and cosine of each component of an XMVECTOR.

XMVectorSinCosEst

Estimates the sine and cosine of each component of an XMVECTOR.

XMVectorSinEst

Estimates the sine of each component of an XMVECTOR.

XMVectorSinH

Computes the hyperbolic sine of each component of an XMVECTOR.

XMVectorTan

Computes the tangent of each component of an XMVECTOR.

XMVectorTanEst

Estimates the tangent of each component of an XMVECTOR.

XMVectorTanH

Computes the hyperbolic tangent of each component of an XMVECTOR.