摘要:
半边数据结构: 网格的顶点,边,面的数据储存在半边数据结构中,半边数据结构写成类似于C语言如下: 半边: struct HE_edge { HE_vert* vert; // vertex at the end of the half-edge HE_edge* pair; // oppositel 阅读全文
posted @ 2019-09-27 20:14
picturesqueillusion
阅读(134)
评论(0)
推荐(0)
浙公网安备 33010602011771号