示例#1
0
 public CubeGrid4D(Grid4D <CubeState> other, Location4D dimensions, Location4D offset)
     : base(other, dimensions, offset)
 {
 }
示例#2
0
 public CubeGrid4D(Location4D dimensions)
     : base(dimensions.X, dimensions.Y, dimensions.Z, default)
 {
 }