Esempio n. 1
0
        public RotationRandomiser(RotationData rotatorData, HyperCubeData data)
        {
            this.rotatorData = rotatorData;
            this.data        = data;

            permutationList = new List <Vector2Int>();
            GeneratePermutation(data.dimension, permutationList);
            SubscribeToRandomiseEvent();
        }
Esempio n. 2
0
 public HyperCubeRotatorPreRenderer(RotationData rotatorData, HyperCubeData hyperCubeData) : base(rotatorData, hyperCubeData)
 {
 }
Esempio n. 3
0
 public HyperCubeRotator(RotationData rotatorData, HyperCubeData hyperCubeData)
 {
     this.rotatorData   = rotatorData;
     this.hyperCubeData = hyperCubeData;
 }