Ejemplo n.º 1
0
        void add_edge_edge(int graph_eid, int mesh_tri, Index2i mesh_edges)
        {
            GraphEdgeInfo einfo = new GraphEdgeInfo()
            {
                caseType   = TriangleCase.EdgeEdge,
                mesh_edges = mesh_edges,
                mesh_tri   = mesh_tri
            };

            GraphEdges.insertAt(einfo, graph_eid);
        }