Unit Delaunay

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

This unit is used to determine the Delaunay triangulation and Voronoi diagram of a set of points.

Modified from source code on http://www.kirby-uk.com/voronoi/VoronoiDiagram.html

Dec. 9, 2010.

Uses

Overview

Classes, Interfaces, Objects and Records

Name Description
record TVoronoiVertex  
record TDelaunayPoint  
record TTreeNode  
Class TVertexList  
Class TPointList  
Class TVoronoiDiagram  
Class TLongIntList  
Class TDelaunayException  

Functions and Procedures

function GetEpsilon(const X, Y: TFloatArray): double;
procedure GetVoronoiDiagram(var AVoronoiDiagram: TVoronoiDiagram; var YArray, XArray: TFloatArray);

Types

TTreeData = longint;

Description

Functions and Procedures

function GetEpsilon(const X, Y: TFloatArray): double;
 
procedure GetVoronoiDiagram(var AVoronoiDiagram: TVoronoiDiagram; var YArray, XArray: TFloatArray);
 

Types

TTreeData = longint;
 

Author


Generated by PasDoc 0.12.1 on 2013-05-13 15:41:30