AIsOfCatan.GUITile.TileShift C# (CSharp) Method

TileShift() private static method

private static TileShift ( ) : float
return float
        private static float TileShift()
        {
            return (float)Math.Sqrt(Math.Pow(TileWidth(), 2) - Math.Pow((TileWidth() / 2), 2));
        }