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