summon.shapes | index /afs/csail.mit.edu/u/r/rasmus/projects/summon.git/lib/summon/shapes.py |
SUMMON - common shapes
This module provideds functions for building common shapes.
Modules | ||||||
|
Functions | ||
|
Data | ||
VERSION = '1.8.2' VERSION_INFO = '------------------------------------------------...------------------------------------------------\n' black = (2017, 0, 0, 0, 1.0) blue = (2017, 0, 0, 1, 1.0) green = (2017, 0, 1, 0, 1.0) grey = (2017, 0.5, 0.5, 0.5, 1.0) orange = (2017, 1, 0.5, 0, 1.0) purple = (2017, 1, 0, 1, 1.0) red = (2017, 1, 0, 0, 1.0) state = <summon.SummonState object> white = (2017, 1, 1, 1, 1.0) yellow = (2017, 1, 1, 0, 1.0) |