Exemplo n.º 1
0
 public static uint GetPairHeKey(HalfEdge he)
 {
     return(((uint)he.Vertex) << 16 | (uint)he.Next.Vertex);
 }
Exemplo n.º 2
0
 public HeFace(HalfEdge he)
 {
     Head = he;
 }