이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
This function extends a polygon by a specified range. It also generates internal polygons caused by intersections.
The resulting polygon does not preserve the original shape of the input polygon (see screenshot above), but represents the range specified from the input polygon.
Example of usage is given in the m-file header (or type "help extendPoly").
Credit to NS for the self intersection algorithm.
인용 양식
Krispijn Scholte (2026). Accurate polygon extension (https://kr.mathworks.com/matlabcentral/fileexchange/21925-accurate-polygon-extension), MATLAB Central File Exchange. 검색 날짜: .
도움
도움 받은 파일: Fast and Robust Self-Intersections, Curve intersections
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.5.0.0 | v1.5 Replaced selfintersection algorithm because it yielded inaccurate results; added user definable resolution parameter for drawing the circle pieces of the resulting polygon. |
||
| 1.4.0.0 | v1.5: Replaced selfintersection algorithm because it yielded inaccurate results; added user definable resolution parameter for drawing the circle pieces of the resulting polygon. |
||
| 1.3.0.0 | New and faster CW/CCW detection method for the input polygon. Old method returned incorrect results when the polygon points have negative x-values only. |
||
| 1.2.0.0 | Added a bunch error and warning messages for badly formed input. Automatically closes input polygon if not closed (warning generated). |
||
| 1.1.0.0 | Fixed bug in determining if input polygon is defined CW or CCW |
||
| 1.0.0.0 |
