예제 #1
0
 public static int GetRotation(Offset from, Offset to)
 {
     return(Hexagonal.GetRotation(from.GetHex(), to.GetHex()));
 }