examples/math/trigonometryExample/README.md
This openFrameworks Example is designed to demonstrate how to move a point around a circle using sin and cosine and demonstrate angles and radians.
In this example, pay attention to the following code:
cos(angle), sin(angle), tan(angle)TWO_PIofPoint point is used to store the center point of the blue ball; the x and y value of point is changed using cos(angle) & sin(angle)When launching this app, you should see:
Instructions for use:
This Example uses no additional classes.