Exemplo n.º 1
0
 RotateOtherAround(CubicHexCoord toRotate, RotationEnum rotation)
 {
     return(CubicHexCoord.Rotate(this, toRotate, rotation));
 }
Exemplo n.º 2
0
 RotateAroundOther(CubicHexCoord center, RotationEnum rotation)
 {
     return(CubicHexCoord.Rotate(center, this, rotation));
 }