java.lang.Object
de.lmu.ifi.dbs.elki.math.geometry.SweepHullDelaunay2D.Triangle
- Enclosing class:
- SweepHullDelaunay2D
Class representing a triangle, by referencing points in a list.
- Author:
- Erich Schubert
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
References to points in Delaunay2D.pointsint
References to neighbor trianglesint
References to points in Delaunay2D.pointsint
References to neighbor trianglesint
References to points in Delaunay2D.pointsint
References to neighbor trianglesCenter vectordouble
Circumcircle parameters -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
a
public int aReferences to points in Delaunay2D.points -
b
public int bReferences to points in Delaunay2D.points -
c
public int cReferences to points in Delaunay2D.points -
ab
public int abReferences to neighbor triangles -
ca
public int caReferences to neighbor triangles -
bc
public int bcReferences to neighbor triangles -
r2
public double r2Circumcircle parameters -
m
Center vector
-
-
Constructor Details
-
Triangle
public Triangle(int x, int y, int z) Constructor.- Parameters:
x
-y
-z
-
-
-
Method Details