generativepy.geometry module
Martin McBride, 2020-08-01
Tags
geometry
Categories
generativepy generative art
The geometry module provides classes for drawing shapes.
Shape classes
The module consist of a base Shape
class, plus separate classes for drawing shapes such as Rectangles
, Polygon
etc. Since there are quite a lot of shape classes, they are documented separately in the shapes section.
Shapes can be filled and stroked using solid colours or patterns.
The shape classes are intended to supplement the normal Pycairo drawing methods, so make common shapes a bit less cumbersome. You can always mix and match native Pycairo calls with shape calls, which is useful for drawing complex shapes or using special fills such as gradients or patterns.
Transform
The Transform class of the geometry module allows user space to be transformed, to implement translation, scaling, rotation, mirroring, shearing, and general affine transformations.
Image
The Image class of the geometry module provides a simple way to render an image from a PNG file.
Turtle
The Turtle class of the geometry module provides a simple implementation of turtle graphics.
Prev
Popular tags
2d arrays abstract data type alignment and angle animation arange arc array arrays behavioural pattern bezier curve built-in function callable object chain circle classes clipping close closure cmyk colour combinations comparison operator comprehension context context manager conversion count creational pattern data science data types design pattern device space dictionary drawing duck typing efficiency ellipse else encryption enumerate fill filter font font style for loop function function composition function plot functools game development generativepy tutorial generator geometry gif global variable gradient greyscale higher order function hsl html image image processing imagesurface immutable object in operator index inner function input installing iter iterable iterator itertools join l system lambda function len line linear gradient linspace list list comprehension logical operator lru_cache magic method mandelbrot mandelbrot set map matplotlib monad mutability named parameter numeric python numpy object open operator optimisation optional parameter or pandas partial application path pattern permutations polygon positional parameter print pure function python standard library radial gradient range recipes rectangle recursion reduce repeat rgb rotation roundrect scaling scipy sector segment sequence setup shape singleton slice slicing sound spirograph sprite square str stream string stroke structural pattern subpath symmetric encryption template text text metrics tinkerbell fractal transform translation transparency triangle truthy value tuple turtle unpacking user space vectorisation webserver website while loop zip