A library for creating wavy circles
Get a single point on the wircle at a defined angle for the given values.
radius: float
: The radius of the wircleamplitude: float
: The amplitude of the wircleangle: float
: The angle on the wircle that the point is located at (in radians)count: integer
: The number of waves on the wirclecentre: (float, float)
: The centre point of the wircle
Get a list of points on the wircle
radius: float
: The radius of the wircleamplitude: float
: The amplitude of the wirclecount: integer
: The number of waves on the wirclecentre: (float, float)
: The centre point of the wircleresolution: integer
: The resolution of the wircle (i.e. how many points there are)