|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.imp3d.VertexArray de.grogra.imp3d.LineArray
public class LineArray
This class represents a list of line strips.
Field Summary | |
---|---|
IntList |
lines
Specifies the line strips. |
Fields inherited from class de.grogra.imp3d.VertexArray |
---|
dimension, userObject, vertices |
Constructor Summary | |
---|---|
LineArray()
|
Method Summary | |
---|---|
void |
freeArrays()
|
Methods inherited from class de.grogra.imp3d.VertexArray |
---|
addVertex, addVertex, addVertex, computeNormal, init, wasCleared |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final IntList lines
VertexArray.vertices
.
Line strips are separated by negative values in this list. Thus,
the individual strips may be of different length.
Note that vertex indices have to me multiplied by
VertexArray.dimension
in order to obtain list indices for
VertexArray.vertices
.
Constructor Detail |
---|
public LineArray()
Method Detail |
---|
public void freeArrays()
freeArrays
in class VertexArray
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |