Package net.paulhertz.pixelaudio.curves
Interface PACurveMaker.PointsMutator
- Enclosing class:
- PACurveMaker
public static interface PACurveMaker.PointsMutator
Simple Processing-friendly callback interface.
maker.mutateAllPoints(pts -> {
for (PVector p : pts) { p.x += 10; p.y += 10}
});
-
Method Summary
-
Method Details
-
apply
-