Exemplo n.º 1
0
 public VoronoiEdgeType GetEdgeType(VoronoiCell otherCell)
 {
     return(VoronoiMetrics.GetEdgeType(_elevation, otherCell._elevation));
 }
Exemplo n.º 2
0
 public VoronoiEdgeType GetEdgeType(VoronoiDirection direction)
 {
     return(VoronoiMetrics.GetEdgeType(_elevation, Neighbors[direction]._elevation));
 }