setFrom method

void setFrom(
  1. Rot other
)

Implementation

void setFrom(Rot other) {
  sin = other.sin;
  cos = other.cos;
}