module Processing::Core::Shape::Primitives2D
Direct including types
Defined in:
processing/core/shape/primitives_2d.crInstance Method Summary
- #line(x1, y1, z1, x2, y2, z2)
- #line(x1, y1, x2, y2)
- #point(x, y, z)
-
#point(x, y)
Draws a single point at x,y coordinates.
- #rect(x, y, width, height, tl, tr, br, bl)
- #rect(x, y, width, height, r)
- #rect(x, y, width, height)
- #square(x, y, extent)