void CPolygon_ConversionViewActive_Edge_Table_Conersionint Vertices2 int VertexNum 1 找出多边形的边界 int ymax = Vertices01; 最高点 int ymin = Vertices01; 最低点 for int i = 1; i VertexNum; i++ if Verticesi1
typedef struct EDGE { int ymin; // 边的最低端 int ymax; // 边的最高端 float x; // 边与扫描线的交点的x坐标 float k; // 斜率 } EDGE;
原文地址: http://www.cveoy.top/t/topic/bd7P 著作权归作者所有。请勿转载和采集!