Class: Huggins

Huggins(mask, options)

Define the Huggins Tangle. Huggins consists of a grid of dots connected by curved lines to create a woven patten.

Constructor

new Huggins(mask, options)

Create a new Huggins.

Parameters:
Name Type Description
mask Array.<Point> | Polygon

Vertices of a polygon used as a mask. Only the portion of the tangle inside the polygon will be visible.

options HugginsOptions

The options list.

Source: