Implements

Constructors

Properties

_calculateField: (() => void) = ...

Type declaration

    • (): void
    • Returns void

_drawField: ((ctx) => void) = ...

Type declaration

    • (ctx): void
    • Parameters

      • ctx: CanvasRenderingContext2D

      Returns void

_initField: (() => void) = ...

Type declaration

    • (): void
    • Returns void

container?: Container
field: Vector[][]
noiseGen: PerlinNoise
noiseZ: number

Methods