D2D1SinCos function
Returns the sine and cosine of an angle.
Syntax
void WINAPI D2D1SinCos(
_In_ FLOAT angle,
_Out_ FLOAT *s,
_Out_ FLOAT *c
);
Parameters
- angle [in]
-
Type: FLOAT
The angle to calculate.
- s [out]
-
Type: FLOAT*
The sine of the angle.
- c [out]
-
Type: FLOAT*
The cosine of the angle.
Return value
This function does not return a value.
Requirements
|
Header |
|
|---|---|
|
Library |
|
|
DLL |
|
Show: