搜索资源列表
ising_model
- 给出了二次函数的Julia集分形图的概念及逃逸时间算法绘制复杂分形图的基本原理,对Julia集给出了严格的数学定义.逃逸时间算法即取定迭代次数界限N,经N次迭代后,若x点仍在给定的区域内,则认为x是分形A中的点 否则x不是分形A中的点.该算法同样适用于Mandelbrot集、Sierpinski三角形等其他复杂分形图.试验表明,该算法绘制的Julia集分形图准确有效、优美清晰,算法简单实用. -given quadratic function of the Julia set fracta
distance
- 反距离加权插值,先判断点在三角形内,然后利用一直点构成的三角形三顶点距离反距离加权,求出内插点坐标
MYSDOPENGL
- 用opengl自带的glReadPixels(以及gluUnProject()函数和点落在三角形内的矢量判断IntersectTriangle然后转成三维坐标的两种方式获取屏幕点选的场景坐标,通过对比发现其值是一样。-Use opengl own glReadPixels (as well as gluUnProject () function and the points fall within the vector triangle to determine IntersectTriangl
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.