Skip to content
Tangent 128 edited this page Mar 28, 2015 · 3 revisions

Points

A sequence of Point.

Table

SYNOPSIS

local sequence = {
    p1, p2, ..., pn
}

FIELDS

EXAMPLE

local points = { { x = 10, y = 10 }, { x = 20, y = 40 } }
Clone this wiki locally