module Processing::Core::Shape::Primitives2D

Direct including types

Defined in:

processing/core/shape/primitives_2d.cr

Instance Method Summary

Instance Method Detail

def line(x1, y1, z1, x2, y2, z2) #

[View source]
def line(x1, y1, x2, y2) #

[View source]
def point(x, y, z) #

[View source]
def point(x, y) #

Draws a single point at x,y coordinates.


[View source]
def rect(x, y, width, height, tl, tr, br, bl) #

[View source]
def rect(x, y, width, height, r) #

[View source]
def rect(x, y, width, height) #

[View source]
def square(x, y, extent) #

[View source]