Documentation ¶
Index ¶
Constants ¶
View Source
const ( FLDBASE = 8 FLDSIZE_Y = (FLDBASE + 1) FLDSIZE_X = (FLDBASE*2 + 1) )
* Field sizes for the random art. Have to be odd, so the starting point * can be in the exact middle of the picture, and FLDBASE should be >=8 . * Else pictures would be too dense, and drawing the frame would * fail, too, because the key type would not fit in anymore.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.