Next: Definitions, Previous: Language basics, Up: Input language [Contents][Index]
Drawables are simply sketch
objects that might appear in the
drawing. They include dots, polylines, curves, polygons, and more
complex objects that are built up from simpler ones in various ways.
Finally, special objects are those composed of LaTeX or
PSTricks
code, perhaps including coordinates and angles
computed by sketch
.
• Dots: | Draw dots. | |
• Lines: | Draw polylines. | |
• Curves: | Draw curves. | |
• Polygons: | Draw polygons. | |
• Specials: | Embed raw LaTeX and PSTricks .
| |
• Sweeps: | Draw sweeps of dots and polylines. | |
• Blocks: | Group other drawables. | |
• Repeats: | Draw transformed copies of objects. | |
• Puts: | Draw one object transformed. |