/// Returns the reduced vector of the operation.
V3R SymmetryElementWithAxisGenerator::determineTranslation(
    const SymmetryOperation &operation) const {
  return operation.reducedVector();
}