protected static class Tessellator.Node extends Object
Modifier | Constructor and Description |
---|---|
protected |
Node(double[] x,
double[] y,
int index,
int vertexIndex,
boolean isGeo) |
protected |
Node(Tessellator.Node other)
simple deep copy constructor
|
Modifier and Type | Method and Description |
---|---|
double |
getX()
get the x value
|
double |
getY()
get the y value
|
String |
toString() |
protected Node(double[] x, double[] y, int index, int vertexIndex, boolean isGeo)
protected Node(Tessellator.Node other)
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.