WebCola
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

VoronoiTriangle

VoronoiTriangle: [T, T, T]

Voronoi Triangle is a three-element array of elements from data.

The generic refers to the type of the data for the corresponding element.

Functions

voronoi

  • Creates a new Voronoi layout with default x- and y- accessors and a null extent.

    Without specifying a generic the layout is assumed to be based on data represented by a two-dimensional coordinate [number, number] for x- and y-coordinate, respectively.

    Returns VoronoiLayout<[number, number]>

  • Creates a new Voronoi layout with default x- and y- accessors and a null extent. x- and y-accessors may have to be set to correspond to the data type provided by the generic.

    The generic refers to the type of the data for the corresponding element.

    Type parameters

    • T

    Returns VoronoiLayout<T>

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc