Point

Point()

Point(x, y [, z])

Crea un nuovo punto

Esempio 51. Esempio Point()

local orig = Point(0,0)