Accurate polygon extension
Enlarges polygon by a specified range. Also generates internal polygons caused by intersections.
Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
Citation pour cette source
Krispijn Scholte (2026). Accurate polygon extension (https://fr.mathworks.com/matlabcentral/fileexchange/21925-accurate-polygon-extension), MATLAB Central File Exchange. Extrait(e) le .
Remerciements
Inspiré par : Fast and Robust Self-Intersections, Curve intersections
Informations générales
- Version (8 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.5.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 | 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 | 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 | Added a bunch error and warning messages for badly formed input. Automatically closes input polygon if not closed (warning generated). |
||
| 1.1.0 | Fixed bug in determining if input polygon is defined CW or CCW |
||
| 1.0.0 |