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

    Modifier and Type
    Method
    Description
    void
    apply(ArrayList<processing.core.PVector> pts)
     
  • Method Details

    • apply

      void apply(ArrayList<processing.core.PVector> pts)