📄 is_first_in_second.m
字号:
function bOut = is_first_in_second(curveFirst, curveSecond)
csFirst = curveFirst.cs;
csSecond = curveSecond.cs;
point = ppval(csFirst, csFirst.breaks(1));
x = point(1) + curveFirst.xc;
y = point(2) + curveFirst.yc;
bOut = is_in_shape(curveSecond.cs, curveSecond.xc, curveSecond.yc, x, y);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -