module

Processing::Core::Shape::Primitives2D

Instance methods

line(x1, y1, z1, x2, y2, z2)
Source
line(x1, y1, x2, y2)
Source
point(x, y, z)
Source
point(x, y)

Draws a single point at x,y coordinates.

Source
rect(x, y, width, height, tl, tr, br, bl)
Source
rect(x, y, width, height, r)
Source
rect(x, y, width, height)
Source
square(x, y, extent)
Source