public class NURBSFixedNTELSPointIterator
extends java.lang.Object
implements java.util.Iterator
| Constructor and Description |
|---|
NURBSFixedNTELSPointIterator(NURBS nurbs,
int ntels) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.lang.Object |
next() |
protected void |
nextInterval() |
void |
remove() |
public NURBSFixedNTELSPointIterator(NURBS nurbs, int ntels)
nurbs - The NURBS curve to drawntels - the ntels per interval to usepublic boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.Iteratorpublic void remove()
remove in interface java.util.Iteratorprotected void nextInterval()