Index
C D F H I L M N P R T V X Y _
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
C
- cellPolygon(int) - Method in class d3delaunayforprocessing.Voronoi
-
Returns the convex, closed polygon [ [ x0, y0 ], [ x1, y1 ], ..., [ x0, y0 ] ] representing the cell for the specified point i.
- cellPolygonFloat(int) - Method in class d3delaunayforprocessing.Voronoi
-
Returns the convex, closed polygon [ [ x0, y0 ], [ x1, y1 ], ..., [ x0, y0 ] ] representing the cell for the specified point i.
- circumcenters - Variable in class d3delaunayforprocessing.Voronoi
-
The circumcenters of the Delaunay triangles as a double array [ cx0, cy0, cx1, cy1, ...
- closePath() - Method in class d3delaunayforprocessing.Polygon
- collinear - Variable in class d3delaunayforprocessing.Delaunay
- contains(int, double, double) - Method in class d3delaunayforprocessing.Voronoi
-
Returns true if the cell with the specified index i contains the specified point (x, y).
- contains(int, float, float) - Method in class d3delaunayforprocessing.Voronoi
-
Returns true if the cell with the specified index i contains the specified point (x, y).
D
- d3delaunayforprocessing - package d3delaunayforprocessing
- dash - Variable in class d3delaunayforprocessing.Polygon
- delaunay - Variable in class d3delaunayforprocessing.Voronoi
-
Reference Reference back to the corresponding delaunay instant.
- Delaunay - Class in d3delaunayforprocessing
-
d3-delaunay-for-processing To port the d3-delaunay library to Java using the delaunator-java library by waveware4ai This is the Delaunay class
- Delaunay(double[]) - Constructor for class d3delaunayforprocessing.Delaunay
-
This is the recommanded way to create a new Delaunay instant.
- Delaunay(float[]) - Constructor for class d3delaunayforprocessing.Delaunay
-
This is the recommanded way to create a new Delaunay instant.
F
- find(double, double) - Method in class d3delaunayforprocessing.Delaunay
-
Returns the index of the input point that is closest to the specified point (x, y).
- find(double, double, int) - Method in class d3delaunayforprocessing.Delaunay
-
Returns the index of the input point that is closest to the specified point (x, y).
- findFloat(float, float) - Method in class d3delaunayforprocessing.Delaunay
-
Returns the index of the input point that is closest to the specified point (x, y).
- findFloat(float, float, int) - Method in class d3delaunayforprocessing.Delaunay
-
Returns the index of the input point that is closest to the specified point (x, y).
- from(double[][]) - Static method in class d3delaunayforprocessing.Delaunay
-
This method return a new Delaunay instant from a double[][] array like this [ [x0, y0] , [ x1, y1] , ...].
- fromFloat(float[][]) - Static method in class d3delaunayforprocessing.Delaunay
-
This method return a new Delaunay instant from a double[][] array like this [ [x0, y0] , [ x1, y1] , ...].
H
- halfedges - Variable in class d3delaunayforprocessing.Delaunay
-
The halfedge indexes as an int array: [ j0, j1, ...]
- hull - Variable in class d3delaunayforprocessing.Delaunay
-
An int array of point indexes that form the convex hull in counterclockwise order.
- hullPolygon() - Method in class d3delaunayforprocessing.Delaunay
-
Returns the closed polygon [ [ x0, y0 ], [ x1, y1 ], ...
- hullPolygonFloat() - Method in class d3delaunayforprocessing.Delaunay
-
Returns the closed polygon [ [ x0, y0 ], [ x1, y1 ], ...
I
- indeges - Variable in class d3delaunayforprocessing.Delaunay
-
The incoming halfedge indexes as a int array [ e0, e1, e2, ...].
- indexOfIntArray(int[], int) - Static method in class d3delaunayforprocessing.Delaunay
L
- lineTo(double, double) - Method in class d3delaunayforprocessing.Polygon
M
- moveTo(double, double) - Method in class d3delaunayforprocessing.Polygon
N
- neighbors(int) - Method in class d3delaunayforprocessing.Delaunay
-
Returns an int array of the indexes of the neighboring points to the specified point i.
- neighbors(int) - Method in class d3delaunayforprocessing.Voronoi
-
Returns an int array of the indexes of the cells that share a common edge with the specified cell i.
P
- points - Variable in class d3delaunayforprocessing.Delaunay
-
An 1D double array of all the points input.
- Polygon - Class in d3delaunayforprocessing
-
d3-delaunay-for-processing To port the d3-delaunay library to Java using the delaunator-java library by waveware4ai This is the Polygon class
- Polygon() - Constructor for class d3delaunayforprocessing.Polygon
R
- renderCell(int, Polygon) - Method in class d3delaunayforprocessing.Voronoi
- renderHull(Polygon) - Method in class d3delaunayforprocessing.Delaunay
- renderTriangle(int, Polygon) - Method in class d3delaunayforprocessing.Delaunay
T
- tau - Static variable in class d3delaunayforprocessing.Delaunay
- trianglePolygon(int) - Method in class d3delaunayforprocessing.Delaunay
-
Returns the closed polygon [ [ x0, y0 ], [ x1, y1 ], [ x2, y2 ], [ x0, y0 ] ] representing the triangle i.
- trianglePolygonFloat(int) - Method in class d3delaunayforprocessing.Delaunay
-
Returns the closed polygon [ [ x0, y0 ], [ x1, y1 ], [ x2, y2 ], [ x0, y0 ] ] representing the triangle i.
- trianglePolygons() - Method in class d3delaunayforprocessing.Delaunay
-
Returns an array of the closed polygon [ [ x0, y0 ], [ x1, y1 ], [ x2, y2 ], [ x0, y0 ] ] representing the each triangle.
- trianglePolygonsFloat() - Method in class d3delaunayforprocessing.Delaunay
-
Returns an array of the closed polygon [ [ x0, y0 ], [ x1, y1 ], [ x2, y2 ], [ x0, y0 ] ] representing the each triangle.
- triangles - Variable in class d3delaunayforprocessing.Delaunay
-
The triangle vertex indexes as an int array [ i0, j0, k0, i1, j1, k1, ...]
V
- value() - Method in class d3delaunayforprocessing.Polygon
- vectors - Variable in class d3delaunayforprocessing.Voronoi
-
A double array [ vx0, vy0, wx0, wy0, ...
- voronoi() - Method in class d3delaunayforprocessing.Delaunay
-
Returns the corresponding Voronoi instant.The diagram will be clipped to the specified bounds = [ 0, 0, 960, 500 ]
- voronoi(double[]) - Method in class d3delaunayforprocessing.Delaunay
-
Returns the corresponding Voronoi instant.The diagram will be clipped to the specified bounds = [ xmin, ymin, xmax, ymax ].
- Voronoi - Class in d3delaunayforprocessing
-
d3-delaunay-for-processing To port the d3-delaunay library to Java using the delaunator-java library by waveware4ai This is the Voronoi class
- Voronoi(Delaunay, double[]) - Constructor for class d3delaunayforprocessing.Voronoi
-
Voronoi class constructor.
- Voronoi(Delaunay, float[]) - Constructor for class d3delaunayforprocessing.Voronoi
-
Voronoi class constructor, but with float.
- voronoiFloat(float[]) - Method in class d3delaunayforprocessing.Delaunay
-
Returns the corresponding Voronoi instant.The diagram will be clipped to the specified bounds = [ xmin, ymin, xmax, ymax ].
X
- xmax - Variable in class d3delaunayforprocessing.Voronoi
- xmin - Variable in class d3delaunayforprocessing.Voronoi
Y
- ymax - Variable in class d3delaunayforprocessing.Voronoi
- ymin - Variable in class d3delaunayforprocessing.Voronoi
_
- _cell(int) - Method in class d3delaunayforprocessing.Voronoi
- _clip(int) - Method in class d3delaunayforprocessing.Voronoi
- _clipFinite(int, double[]) - Method in class d3delaunayforprocessing.Voronoi
- _clipInfinite(int, double[], double, double, double, double) - Method in class d3delaunayforprocessing.Voronoi
- _clipSegment(double, double, double, double, int, int) - Method in class d3delaunayforprocessing.Voronoi
- _delaunator - Variable in class d3delaunayforprocessing.Delaunay
- _edge(int, int, int, List<Double>, int) - Method in class d3delaunayforprocessing.Voronoi
- _edgecode(double, double) - Method in class d3delaunayforprocessing.Voronoi
- _hullIndex - Variable in class d3delaunayforprocessing.Delaunay
- _init() - Method in class d3delaunayforprocessing.Delaunay
- _init() - Method in class d3delaunayforprocessing.Voronoi
- _project(double, double, double, double) - Method in class d3delaunayforprocessing.Voronoi
- _regioncode(double, double) - Method in class d3delaunayforprocessing.Voronoi
- _step(int, double, double) - Method in class d3delaunayforprocessing.Delaunay
All Classes|All Packages