* @param subPath1 path coming out of pivot tile
* @param subPath2 the other path coming out of pivot tile.
* @return list of permuted paths.
*/
private List<TantrixPath> createPermutedPathList(TantrixPath subPath1, TantrixPath subPath2) {
PathColor primaryColor = path_.getPrimaryPathColor();
SubPathMutator swapper = new SubPathSwapper(primaryColor);
SubPathMutator reverser = new SubPathReverser(primaryColor);
TilePlacement firstPivot = pivotPath.getFirst();
TilePlacement lastPivot = pivotPath.getLast();