diff options
Diffstat (limited to 'parsecalldata.pde')
| -rw-r--r-- | parsecalldata.pde | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/parsecalldata.pde b/parsecalldata.pde index e3e409e..2c68df0 100644 --- a/parsecalldata.pde +++ b/parsecalldata.pde @@ -76,6 +76,9 @@ class weightedpixel { pt=_p; bright=_b; } + RPoint randompt(float r) { + return new RPoint(pt.x+random(r),pt.y+random(r)); + } } class bitmapcountry extends country { |
