コード例 #1
0
 public static uint GetPairHeKey(HalfEdge he)
 {
     return(((uint)he.Vertex) << 16 | (uint)he.Next.Vertex);
 }
コード例 #2
0
 public HeFace(HalfEdge he)
 {
     Head = he;
 }