Package snap.gfx3d
Class Polygon3D.PointArrayPathIter2D
java.lang.Object
snap.geom.PathIter
snap.gfx3d.Polygon3D.PointArrayPathIter2D
- Enclosing class:
- Polygon3D
PathIter for PointArray.
-
Field Summary
Fields inherited from class snap.geom.PathIter
_trans, WIND_EVEN_ODD, WIND_NON_ZERO
-
Constructor Summary
ConstructorDescriptionPointArrayPathIter2D
(float[] aPointArray, int aPointArrayLength, Transform aTransform) Constructor. -
Method Summary
Methods inherited from class snap.geom.PathIter
arcTo, close, cubicTo, getArcLength, getBounds, getNext, getPathIterForPathIterArray, getTransform, getWinding, lineTo, moveTo, quadTo
-
Constructor Details
-
PointArrayPathIter2D
Constructor.
-
-
Method Details