2008年8月1日

快速求出三角形其它两个点的索引

摘要: inline void tri_get_other_vert_index( int i,int& a,int& b ) { static int other_index_1[3] = {1,0,0}; static int other_index_2[3] = {2,2,1}; a = other_index_1[i]; b = other_index_2[... 阅读全文

posted @ 2008-08-01 01:20 cgwolver 阅读(243) 评论(0) 推荐(0) 编辑

导航