Represents a complex SVG.

Implements

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

  • Initializes a new instance of the Pavilion class with the specified parameters.

    Parameters

    • xOffset: number

      The x-coordinate offset for the pavilion.

    • yOffset: number

      The y-coordinate offset for the pavilion.

    • Optional seed: number = 0

      The seed value for random number generation.

    • Optional height: number = 70

      The height of the pavilion.

    • Optional strokeWidth: number = 180

      The stroke width for the pavilion.

    • Optional perspective: number = 5

      The perspective value for the pavilion.

    Returns Pavilion

Properties

elements: Element[] = []

An array of Elements.

range: Range = ...

Methods