コード例 #1
0
 public static Byte CalcLeftDirection(Byte flags)
 {
     return(CalcFrontDirection(CubeHelper.RotateFlags(flags, false)));
 }
コード例 #2
0
 public static Byte CalcRightDirection(Byte flags)
 {
     return(CalcFrontDirection(CubeHelper.RotateFlags(flags, true)));
 }