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
OUT = LINESEGMENTINTERSECT(XY1,XY2) generates intersection analysis between the line segment sets given in XY1 and XY2. Code can handle coincident and parallel lines.
The main emphasis is on speed. The code is fully vectorized and it runs pretty fast (orders of magnitude) compared to some of the previous postings.
Citation pour cette source
U. Murat Erdem (2026). Fast Line Segment Intersection (https://fr.mathworks.com/matlabcentral/fileexchange/27205-fast-line-segment-intersection), MATLAB Central File Exchange. Extrait(e) le .
Remerciements
Inspiré par : Fast and Robust Curve Intersections
A inspiré : Segments Intersection Test Functions, Detection of percolation of nanotubes (straight line)
Informations générales
- Version 1.1.0.0 (3,5 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.1.0.0 | Changed the input parameters and the output structure. Now the analysis can be done between two sets of line segments. Analysis also provides more information about the intersections. Please see the CHANGELOG in the comments. |
||
| 1.0.0.0 |
