public static uint GetPairHeKey(HalfEdge he) { return(((uint)he.Vertex) << 16 | (uint)he.Next.Vertex); }
public HeFace(HalfEdge he) { Head = he; }