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

A Voronoi Cell in the diagram is an object with the following properties: site and halfEdges

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

Type parameters

  • T

Hierarchy

  • VoronoiCell

Index

Properties

Properties

halfEdges

halfEdges: Array<number>

An array of indexes into diagram.edges representing the cell’s polygon.

site

site: VoronoiSite<T>

The Voronoi Site of the cell’s associated input point.

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