Changes

1 byte removed ,  15:58, 13 February 2011
m
no edit summary
Line 5: Line 5:     
If the polygon is a lattice polygon,  then area can be calculated from the number of interior lattice points by Picks theorem:
 
If the polygon is a lattice polygon,  then area can be calculated from the number of interior lattice points by Picks theorem:
:''A = I + B/2 - 1, where I = # of interior lattice points, B = # of border points''
+
:''A = I + B/2 - 1, where I = # of interior lattice points, B = # of border points''
 
SInce all the outlines in MindsEye are on a pixelated grid, this may be the fastest way to calculate the area.
 
SInce all the outlines in MindsEye are on a pixelated grid, this may be the fastest way to calculate the area.