Package org.apache.lucene.geo
Class Tessellator.Triangle
java.lang.Object
org.apache.lucene.geo.Tessellator.Triangle
- Enclosing class:
Tessellator
Triangle in the tessellated mesh
-
Method Summary
Modifier and TypeMethodDescriptionint
getEncodedX
(int vertex) get quantized x value for the given vertexint
getEncodedY
(int vertex) get quantized y value for the given vertexdouble
getX
(int vertex) get x value for the given vertexdouble
getY
(int vertex) get y value for the given vertexboolean
isEdgefromPolygon
(int startVertex) get if edge is shared with the polygon for the given edgetoString()
pretty print the triangle vertices
-
Method Details
-
getEncodedX
public int getEncodedX(int vertex) get quantized x value for the given vertex -
getEncodedY
public int getEncodedY(int vertex) get quantized y value for the given vertex -
getY
public double getY(int vertex) get y value for the given vertex -
getX
public double getX(int vertex) get x value for the given vertex -
isEdgefromPolygon
public boolean isEdgefromPolygon(int startVertex) get if edge is shared with the polygon for the given edge -
toString
pretty print the triangle vertices
-