Package processing.opengl
Class LinePath.PathIterator
java.lang.Object
processing.opengl.LinePath.PathIterator
- Enclosing class:
- LinePath
-
Method Summary
Modifier and TypeMethodDescriptionintcurrentSegment(double[] coords) intcurrentSegment(float[] coords) intbooleanisDone()voidnext()
-
Method Details
-
currentSegment
public int currentSegment(float[] coords) -
currentSegment
public int currentSegment(double[] coords) -
getWindingRule
public int getWindingRule() -
isDone
public boolean isDone() -
next
public void next()
-