⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nearest.tri.lib

📁 su 的源代码库
💻 LIB
字号:
NEAREST - NEAREST edge or vertex in triangulated modelnearestEdgeInModel	Return pointer to edge in model nearest to                    	specified (x,y) coordinatesnearestVertexInModel	Return pointer to vertex in model nearest                   	to specified (x,y) coordinatesFunction Prototypes:Vertex* nearestVertexInModel (Model *m, Vertex *start, float x, float y);Edge* nearestEdgeInModel (Model *m, Edge *start, float x, float y);nearestEdgeInModel:Input:m		modelstart		edge to look at first (NULL to begin looking anywhere)x		x-coordinatey		y-coordinateReturns: pointer to nearest EdgenearestVertexInModel:Input:m		modelstart		vertex to look at first (NULL to begin looking anywhere)x		x-coordinatey		y-coordinateReturns: pointer to nearest VertexAuthor:  Dave Hale, Colorado School of Mines, Fall 1990

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -