示例#1
0
HalfEdge::HalfEdge(const HalfEdge& h)
{
    m_vertexIndex = h.vertexIndex();
    m_twinIndex = h.twinIndex();
}