Exemplo n.º 1
0
 public static Byte CalcLeftDirection(Byte flags)
 {
     return(CalcFrontDirection(CubeHelper.RotateFlags(flags, false)));
 }
Exemplo n.º 2
0
 public static Byte CalcRightDirection(Byte flags)
 {
     return(CalcFrontDirection(CubeHelper.RotateFlags(flags, true)));
 }