Package icyllis.arc3d.core
Class Path.RawIterator
java.lang.Object
icyllis.arc3d.core.Path.RawIterator
- Enclosing class:
Path
Low-level access to path elements.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RawIterator
public RawIterator()
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
public byte next() -
x0
public float x0() -
y0
public float y0() -
x1
public float x1() -
y1
public float y1() -
x2
public float x2() -
y2
public float y2() -
x3
public float x3() -
y3
public float y3()
-