RotationLogger constructor

RotationLogger(
  1. RotationLogTerm term
)

Implementation

RotationLogger(this.term) {
  output = RotationOutput.fromTerm(term);
}