setFrom method

void setFrom(
  1. Sweep other
)

Implementation

void setFrom(Sweep other) {
  localCenter.setFrom(other.localCenter);
  c0.setFrom(other.c0);
  c.setFrom(other.c);
  a0 = other.a0;
  a = other.a;
  alpha0 = other.alpha0;
}