搜索资源列表
Auto-pairing-of-the-separation-pair-points
- 利用基于凹点搜索和最短距离的构造分离线的方法分离串联淋巴细胞时,需要自动实现 相应凹区域的配对。对于两个细胞粘连的情况,由于恰好存在两个凹区域,故不存在自动配对问题 对于三个细胞串联、存在三个凹区域的情况,通过判断分离线是否与核心三角形相交实现自动配对 对于三个细胞串联、存在四个凹区域的情况,先计算各凹区域到核心钝角三角形的最短距离、同时获得四个端点,然后利用其坐标与核心坐标的关系进行自动配对。设计的分离方法能够满足两个细胞粘连和三个细胞串联情况的准确、快速、自动分离.-Auto pairi
Relationship_between_point_and_triangle
- 利用vc程序设计语言编写的点与三角形关系判断程序-Relationship between point and triangle
InPolygon
- 在三角剖分种去掉内环,需要判断点、线段、三角形与多变形的关系。这个模块提供这样的功能。-Species in the triangulation to remove the inner ring, you need to determine the point, line, triangle and polygon of relationships. This module provides this functionality.
3
- 绘制点、线、三角形等基本对象,设定投影关系,确定窗口大小与视口大小,通过改变顶点坐标位置,观察物体绘制结果的变化,并与实际计算的结果相对照;通过改变顶点位置,设计针对直线的完全裁剪、一端部分裁剪,中间部分裁剪三种情况,并观察响应的结果;设计针对面的不同裁剪情况。-Draw points, lines, triangles and other basic objects, set projection relation to determine the window size and viewpo
WindowsApplication2
- 画点面,判断点与三角形 多边形的关系。你会需要的 -Dot the surface, to determine the relationship between point and triangle polygons. You will need ~~~~~~~~
IsPointInTriangle
- 判断点是否在三角形中,使用的是同向法,不使用任何数学函数,运行效率很高(Determine whether the point is within the triangle)