How to calculate the area of the intersection between two polygons? For example:
a = matrix(c(0 ,0 ,2 ,0 ,2 ,2 ,0 , 2, 0, 0), byrow = T, ncol = 2)
b = matrix(c(.5, 0 ,1 , 1, 1.5, 0, .5, 0), ncol = 2, byrow = T)
The first column represents t...
asked by
04.06.2016 / 01:11