Length of cross of segment and rectangle

If segment is outside rectangle then return 0
340 descargas
Actualizado 10 ene 2011

Ver licencia

http://simulations.narod.ru/

segment_rectange.m is the function that difine length of cross.

cross_perimeter.m auxillary function for segment_rectange.m, it define points of cross of segment and perimeter of rectangle

zz_segment_rectange_test.m is script-test, it tests segment_rectange.m by use random segments plot it and print length near segment.

Usage of segment_rectange.m:
L=segment_rectange(a,b,r)
rectange a x b
rectangle is 0<=x<=a 0<=y<=b
segment between r(:,1) and r(:,2)

Citar como

Maxim Vedenyov (2024). Length of cross of segment and rectangle (https://www.mathworks.com/matlabcentral/fileexchange/29988-length-of-cross-of-segment-and-rectangle), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2009a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.1.0.0

Some errors fixed, more complex test in zz_segment_rectange_test.m

1.0.0.0