Package gov.nasa.worldwind.render
Class PolylineTessellator
- java.lang.Object
-
- gov.nasa.worldwind.render.PolylineTessellator
-
public class PolylineTessellator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PolylineTessellator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.nio.IntBufferaddIndex(java.nio.IntBuffer buffer, int index)voidaddVertex(double x, double y, double z, int index)voidbeginPolyline()voidendPolyline()java.nio.IntBuffergetIndices()voidreset()
-
-
-
Method Detail
-
getIndices
public java.nio.IntBuffer getIndices()
-
reset
public void reset()
-
beginPolyline
public void beginPolyline()
-
endPolyline
public void endPolyline()
-
addVertex
public void addVertex(double x, double y, double z, int index)
-
addIndex
protected java.nio.IntBuffer addIndex(java.nio.IntBuffer buffer, int index)
-
-