Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the tangent of an angle.
Syntax
FLOAT D2D1Tan(
[in] FLOAT angle
);
Parameters
[in] angle
Type: FLOAT
The angle to calculate the tangent for.
Return value
Type: FLOAT
The tangent of the angle.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d2d1_1.h |
Library | D2d1.lib |
DLL | D2d1.dll |