Returns true if this polgyon (A) and the given polygon (B) are
approximately disjoint. This is true if it is possible to ensure that A
and B do not intersect by moving their vertices no further than
"tolerance". This implies that in borderline cases where A and B overlap
slightly, this method returns true (A and B are approximately disjoint).
For example, any polygon is approximately disjoint from a polygon whose
maximum width is no more than "tolerance".
Returns true if this polgyon (A) and the given polygon (B) are approximately disjoint. This is true if it is possible to ensure that A and B do not intersect by moving their vertices no further than "tolerance". This implies that in borderline cases where A and B overlap slightly, this method returns true (A and B are approximately disjoint).
For example, any polygon is approximately disjoint from a polygon whose maximum width is no more than "tolerance".