24. geometry

class geometry.Geometry

Geometry objects have the following methods:

transform(funcname, None)
Transform the coordinates of the object using the function func(*args,**kargs), where func is a transformation method of the Coords class.
scale(None)
translate(None)

Functions defined in the module geometry

geometry.coords_transformation(func)
Perform a transformation on the .coords attribute of the object

Documentation

Previous topic

23. imagecolor — Using bitmap images as colors.

Next topic

25. curve — Definition of curves in pyFormex.

This Page