interface KTransformationOrbitData {
    orientationDelta: number[];
    permutation: number[];
}

Properties

orientationDelta: number[]
permutation: number[]