Class JVertex
java.lang.Object
com.treemap.swing.originalfastvoronoi.convexHull.JVertex
- Direct Known Subclasses:
ASite
3-dimensional Point with some extra fields for ConvexHull computation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public double x -
y
public double y -
z
public double z -
originalObject
-
-
Constructor Details
-
JVertex
public JVertex(double x, double y, double z)
-
-
Method Details
-
getList
-
setList
-
getIndex
public int getIndex() -
setIndex
public void setIndex(int index) -
equals
-
linearDependent
- Parameters:
v
- Vertex compared to Object- Returns:
- Whether given Vertex and the Object are linearly dependent
-
negate
public void negate() -
subtract
-
crossProduct
-
toString
-
setHandled
public void setHandled(boolean b) -
isHandled
public boolean isHandled() -
toPoint3D
-
getX
public double getX() -
getY
public double getY() -
clear
public void clear()
-