Methods

Methods

static

S(iter) → _Set

[Global] Calls new _Set(iter). See the documentation for _Set for more info

Parameter

Name Type Optional Description

iter

Iterable containing any type

 

The iterable to create the set from

Returns

_Set 

static

V(x, y) → Vec

[Global] Calls new Vec(x, y). See the documentation for Vec for more info

Parameters

Name Type Optional Description

x

number

 

The x component of the vector

y

number

 

The y component of the vector

Returns

Vec