Length of cross of segment and rectangle

版本 1.1.0.0 (12.4 KB) 作者: Maxim Vedenyov
If segment is outside rectangle then return 0
340.0 次下载
更新时间 2011/1/10

查看许可证

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)

引用格式

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. 检索来源 .

MATLAB 版本兼容性
创建方式 R2009a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.0.0

Some errors fixed, more complex test in zz_segment_rectange_test.m

1.0.0.0