Skip to content

Commit

Permalink
[KTransformation.ts] Add a TODO for repetitionOrder with a custom s…
Browse files Browse the repository at this point in the history
…tart state.
  • Loading branch information
lgarron committed Sep 12, 2023
1 parent 480e506 commit 90567b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cubing/kpuzzle/KTransformation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export class KTransformation {
return KPattern.fromTransformation(this);
}

// TODO: support calculating this for a given start state. (For `R U R' U` on 3x3x3, should this default to 5 or 10?)
repetitionOrder(): number {
return transformationRepetitionOrder(this.kpuzzle.definition, this);
}
Expand Down

0 comments on commit 90567b7

Please sign in to comment.