Sep
19
Simulate Circular Motion using Visual Python
This little code below show how to move an object in VPython. There’s two object in program, a box and a sphere. The latter object move in circular using simple sin and cos formula.
I set the angular speed 10 and radius of the motion (not the sphere) is 10. I use label to show sphere’s x and y position.
Here the result