Exemple #1
0
 public ulong GetTetraHash()
 {
     return(DataUtility.PackQuater(vertexList[0].index, vertexList[1].index, vertexList[2].index, vertexList[3].index));
 }