![]() |
• Math Library | ||
|
API Links
Developer Links
|
CosSinDefined in:
Calculates the sine and cosine of an angle simultaneously.
C4Math.hPrototype
Parameters
Description
The CosSin function returns a Vector2D object for which the x coordinate contains the cosine of the angle specified by the f parameter and the y coordinate contains its sine.This function executes with much higher performance compared to calculating the sine and cosine separately. See Also
|