Package processing.opengl
Class LinePath.PathIterator
java.lang.Object
processing.opengl.LinePath.PathIterator
- Enclosing class:
- LinePath
-
Method Summary
Modifier and TypeMethodDescriptionint
currentSegment
(double[] coords) int
currentSegment
(float[] coords) int
boolean
isDone()
void
next()
-
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()
-