Uses of Class
heronarts.lx.output.IndexBuffer.Segment
Packages that use IndexBuffer.Segment
-
Uses of IndexBuffer.Segment in heronarts.lx.output
Fields in heronarts.lx.output declared as IndexBuffer.SegmentModifier and TypeFieldDescriptionfinal IndexBuffer.Segment[]IndexBuffer.segmentsAll of the segments in this index bufferConstructors in heronarts.lx.output with parameters of type IndexBuffer.SegmentModifierConstructorDescriptionIndexBuffer(IndexBuffer.Segment... segments) Makes an IndexBuffer with the given list of segments.Constructor parameters in heronarts.lx.output with type arguments of type IndexBuffer.SegmentModifierConstructorDescriptionIndexBuffer(List<IndexBuffer.Segment> segments) Makes an IndexBuffer with the given list of segments.