MGH_POLY_OVERLAP Name
MGH_POLY_OVERLAP Description
Given 2 polygons, this function returns the area of the region
where they overlap
Calling Sequence
result = mgh_polyoverlap(p0, p1)
Positional Parameters
p0, p1 (input, numeric [2,n] array)
The polygons
Return Value
The function returns the overlap area as a scalar.
Modification History
Mark Hadfield, 2002-08:
Written