Rotating the jamming case -- finding the public tangent

Source: Internet
Author: User
Find public tangent

The public tangent is a simple line tangent to the polygon at the same time, and both polygon are located on the same side of the line. In other words, a public tangent is a line that is tangent to both polygon. An example is shown in:

Two non-Intersecting Convex Polygon and one of their public tangent


In fact, the public tangent can be established through some vertices between polygon. Therefore, given two non-Intersecting polygon, there will be two public tangent between the two polygon, and when the polygon is intersecting, there may also be a public tangent with the number of vertices.
Used to calculate the bridge between two polygonAlgorithm(Such as the merge algorithm) can also be used to determine the public tangent.

The public tangent of the two polygon of another "version" is the key tangent. In that case, the polygon is separated on both sides of the line.

A bridge can be used to calculate the intersection of polygon.

 

 

Http://cgm.cs.mcgill.ca /~ Orm/comtan.html

 

Please indicate the source for reprinting. Thank you!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.