MFC下實現圖形學之多邊形掃描轉化填充算法

//************************* //獲取點中y座標最大值 //************************* int CPolygonFillView::GetMaxY() {  int result = points[0].y;  for(int i = 1; i < count; i++)   if(result < points[i].y)           r
相關文章
相關標籤/搜索