Module imp3d

Class LineArray


public class LineArray extends VertexArray
This class represents a list of line strips.
Author:
Ole Kniemeyer
  • Field Details

    • lines

      public final IntList lines
      Specifies the line strips. Each line strip is represented by a contiguous sequence of vertex indices into 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 Details

    • LineArray

      public LineArray()
  • Method Details