Class type Polygon-PIXI._t

method closeStroke#=: Js.Internal.meth([ `Arity_1(bool) ], unit)

false after moveTo, true after closePath. In all other cases it is true.

method closeStroke: bool

false after moveTo, true after closePath. In all other cases it is true.

method points#=: Js.Internal.meth([ `Arity_1(array(float)) ], unit)

An array of the points of this polygon

method points: array(float)

An array of the points of this polygon

method clone: Js.Internal.meth([ `Arity_0 ], Js.t(_t))

Creates a clone of this polygon

method contains: Js.Internal.meth([ `Arity_2((float, float)) ], bool)

Checks whether the x and y coordinates passed to this function are contained within this polygon