D2D1SinCos function (d2d1_1.h)

Returns the sine and cosine of an angle.

Syntax

void D2D1SinCos(
  [in]  FLOAT angle,
  [out] FLOAT *s,
  [out] FLOAT *c
);

Parameters

[in] angle

Type: FLOAT

The angle to calculate.

[out] s

Type: FLOAT*

The sine of the angle.

[out] c

Type: FLOAT*

The cosine of the angle.

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header d2d1_1.h
Library D2D1.lib
DLL D2D1.dll