Export to GitHub

metroview - issue #2

make maxMins an NHood class variable


Posted on Aug 26, 2010 by Happy Rabbit

the maxMins array is passed all over the place by the NHood; it would probably be more efficient to just make it a class variable. However, I'm not sure if processing even has class variables...

Comment #1

Posted on Sep 12, 2010 by Happy Rabbit

Instead of making a class variable (which seems to be kind of a pain in Processing) I made this an attribute of the new DMode class which is meant to represent drawing modes

Status: Fixed

Labels:
Type-Enhancement Priority-Medium