Components Interactions Examples Tutorials API FAQ
Options
Menu

Interface Voronoi

Type parameters

  • T

Hierarchy

  • Voronoi

Callable

  • __call(data: T[]): Array<[number, number]>

Index

Methods

clipExtent

  • clipExtent(): [[number, number], [number, number]]
  • clipExtent(extent: [[number, number], [number, number]]): Voronoi<T>

links

  • links(data: T[]): Link<T>[]

triangles

  • triangles(data: T[]): Array<[T, T, T]>

x

  • x(): function
  • x(x: function): Voronoi<T>

y

  • y(): function
  • y(y: function): Voronoi<T>

Generated using TypeDoc