documentation indexreference manualfunction index

Revolve

Function: Revolve (start, end, time, around=(0.5, 0.5), cor=(0.5, 0.5), **kwargs):

Used to revolve it's child around a point in its parent. around is the point in the parent that we are revolving around, while cor is the center of revolution for the child. start is the start revolution, and end is the end revolution, both in degrees clockwise.

Other keyword arguments are as for Motion.

Example

show circle at Position(xpos=200, ypos=150), Revolve(0, 360, 2)



documentation indexreference manualfunction index