static class GeneralizedStrip.StripArray
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) GeneralizedStrip.IntList |
stripCounts
A list of strip counts.
|
(package private) GeneralizedStrip.IntList |
vertices
A list of indices into the vertices of the original generalized
strip.
|
| Constructor and Description |
|---|
GeneralizedStrip.StripArray(GeneralizedStrip.IntList vertices,
GeneralizedStrip.IntList stripCounts)
Creates a StripArray with the specified vertices and stripCounts.
|
GeneralizedStrip.IntList vertices
GeneralizedStrip.IntList stripCounts
GeneralizedStrip.StripArray(GeneralizedStrip.IntList vertices, GeneralizedStrip.IntList stripCounts)
vertices - IntList containing vertex indicies.stripCounts - IntList containing strip lengths.Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.