代码搜索:intersection

找到约 1,060 项符合「intersection」的源代码

代码结果 1,060
www.eeworm.com/read/469416/6976150

m polygon_intersect.m

function [is,S] = isintpl(x1,y1,x2,y2) % ISINTPL Check for intersection of polygons. % [IS,S] = ISINTPL(X1,Y1,X2,Y2) Accepts coordinates % X1,Y1 and X2, Y2 of two polygons. Returns scalar % IS equ
www.eeworm.com/read/140851/13058531

m polygon_intersect.m

function [is,S] = isintpl(x1,y1,x2,y2) % ISINTPL Check for intersection of polygons. % [IS,S] = ISINTPL(X1,Y1,X2,Y2) Accepts coordinates % X1,Y1 and X2, Y2 of two polygons. Returns scalar % IS equ
www.eeworm.com/read/138798/13211516

m polygon_intersect.m

function [is,S] = isintpl(x1,y1,x2,y2) % ISINTPL Check for intersection of polygons. % [IS,S] = ISINTPL(X1,Y1,X2,Y2) Accepts coordinates % X1,Y1 and X2, Y2 of two polygons. Returns scalar % IS equ
www.eeworm.com/read/261198/11659509

m polygon_intersect.m

function [is,S] = isintpl(x1,y1,x2,y2) % ISINTPL Check for intersection of polygons. % [IS,S] = ISINTPL(X1,Y1,X2,Y2) Accepts coordinates % X1,Y1 and X2, Y2 of two polygons. Returns scalar % IS equal t
www.eeworm.com/read/13871/284332

m polygon_intersect.m

function [is,S] = isintpl(x1,y1,x2,y2) % ISINTPL Check for intersection of polygons. % [IS,S] = ISINTPL(X1,Y1,X2,Y2) Accepts coordinates % X1,Y1 and X2, Y2 of two polygons. Returns scalar % IS equ
www.eeworm.com/read/38039/1090544

mnu ugcdebug.mnu

Dbg#DataDicts DD表 # Gaps 间隙 Find Gaps on DD tables. 找到在DD表上的间隙。 Inters 交截 Find intersection blocks in DD tables. 在DD表中的交截块。 Ignored 忽略 Find all Ignored entries with Uninit pmm. 找到所有pmm单位的忽略的入口。 Optio
www.eeworm.com/read/147186/12578776

m polygon_intersect.m

function [is,S] = isintpl(x1,y1,x2,y2) % ISINTPL Check for intersection of polygons. % [IS,S] = ISINTPL(X1,Y1,X2,Y2) Accepts coordinates % X1,Y1 and X2, Y2 of two polygons. Returns scalar % IS equ
www.eeworm.com/read/38039/1093261

mnu curve_opt.mnu

CURVE#OPTS 曲线选项 # Sketch 草绘 Sketch curves on a plane. 在一张平面上草绘曲线。 Intr.#Surfs 曲面求交 Define curves by intersection of surfaces. 根据曲面的交集定义曲线。 Thru#Points 通过点 Define curves through datum points. 定义经过基准点的
www.eeworm.com/read/38039/1090493

mnu srfmrgtype.mnu

MERGE#TYPE 合并类型 # Intersect 求交 Attach one quilt to another by intersection and alignment. 通过相交和对准将一个面组与另一个面组连接起来。 Join 接合 Attach one quilt to another by aligning edges with surfaces. 通过将边与曲面对准把一个面组与另
www.eeworm.com/read/396844/2406793

m insertintpts.m

function [x1,y1,i1,x2,y2,i2] = insertintpts(x1,y1,x2,y2,xi,yi,ii,ri) %INSERTINTPTS Inserts computed intersection points into polygon data. % [X1,Y1,X2,Y2] = INSERTINTPTS(X1,Y1,X2,Y2,XI,YI,II,RI)