代码搜索:intersection
找到约 1,060 项符合「intersection」的源代码
代码结果 1,060
www.eeworm.com/read/396844/2406783
m cpint.m
function [xpi,ypi] = cpint(xp1,yp1,xp2,yp2)
%CPINT Complex polygon intersection.
% [XPI,YPI] = CPINT(XP1,YP1,XP2,YP2) performs the polygon
% intersection operation for complex polygons.
%
www.eeworm.com/read/120487/6072332
c rtproc.c
/*-------------------------------------------------------------------------
*
* rtproc.c
* pg_amproc entries for rtrees.
*
* NOTE: for largely-historical reasons, the intersection functions sho
www.eeworm.com/read/183001/5259237
c rtproc.c
/*-------------------------------------------------------------------------
*
* rtproc.c
* pg_amproc entries for rtrees.
*
* NOTE: for largely-historical reasons, the intersection functions sho
www.eeworm.com/read/38039/1092178
mnu qltinterf.mnu
QUILT#INTERF 面组干涉
# remove the # sign and enter foreign help string in this line
Next 下一个
Highlight intersection curves for the next pair of objects.
加亮下一对对象的相交曲线。
Previous 上一个
Highlight intersection
www.eeworm.com/read/38039/1093026
mnu mdlopname.mnu
MDLOP#NAME MDLOP名称
#
Same#Names 相同名称
Use same names for model instances along path of intersection.
沿截面轨迹的模型实例使用相同名称
New#Names 新名称
Create new instances for model instances along path of intersection.
www.eeworm.com/read/396844/2406764
m spint.m
function [xpi,ypi] = spint(x1,y1,x2,y2)
%SPINT Simple polygon intersection.
% [XI,YI] = SPINT(X1,Y1,X2,Y2) performs the simple polygon intersection
% operation. The resulting contours are ret
www.eeworm.com/read/345593/11807078
pas unit1.pas
{: Demo/sample/testbed for RayCastIntersect.
The RayCastIntersect aims at determining an as precise as possible collision
detection between a ray and and object. With the intersection poi
www.eeworm.com/read/38039/1091563
mnu xsec_opts.mnu
XSEC#OPTS 剖截面选项
# remove the # sign and enter foreign help string in this line
Model 模型
Cross-section is at the intersection with the
www.eeworm.com/read/459105/7282609
txt readme.txt
Name
qhull, rbox 2003.1 2003/12/30
Convex hull, Delaunay triangulation, Voronoi diagrams, Halfspace intersection
Documentation:
html/index.htm
www.eeworm.com/read/217557/14958504
m issubset.m
function result = issubset(a,b)
% Determine whether or not the intersection of two linear constraint objects
% exists.
%
% Syntax:
% "C = issubset(a,b)"
%
% Description:
% "issubset(a,b)