Options
All
  • Public
  • Public/Protected
  • All
Menu
classdesc

A Delaunay pointset triangulation implementation. Inspired by http://www.travellermap.com/tmp/delaunay.htm

License: Public Domain Original C++ code by Joshua Bell

requires

Triangle

requires

Line

requires

Vertex

Hierarchy

  • Delaunay

Index

Constructors

constructor

Properties

Private pointList

pointList: Array<Vertex>

Methods

AddVertex

Triangulate

createBoundingTriangle

mkUniqueEdges

  • mkUniqueEdges(edges: Array<Edge>): Array<Edge>

triangulate

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Private property
  • Private method
  • Static property
  • Static method

Generated using TypeDoc