Constructors
constructor
- new KPattern(kpuzzle, patternData): KPattern
Properties
Methods
apply
- apply(source): KPattern
Parameters
- source: KTransformationSource
applyTransformation
- applyTransformation(transformation): KPattern
experimentalIsSolved
- experimentalIsSolved(options): boolean
Parameters
- options: {
ignoreCenterOrientation: boolean;
ignorePuzzleOrientation: boolean;
}ignoreCenterOrientation: boolean
ignorePuzzleOrientation: boolean
Returns boolean
experimentalToTransformation
isIdentical
- isIdentical(other): boolean
Returns boolean
Static
fromTransformation
- fromTransformation(transformation): KPattern
Deprecated