Generates a tree with blob-like clusters of branches.

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

  • Constructor for the Tree02 class.

    Parameters

    • xOffset: number

      X-coordinate offset of the tree base.

    • yOffset: number

      Y-coordinate offset of the tree base.

    • color: string = "rgba(100,100,100,0.5)"

      Color of the tree.

    • clusters: number = 5

      Number of blob-like clusters.

    Returns Tree02

Properties

elements: Element[] = []

An array of Elements.

range: Range = ...

Methods