setIdentity method

void setIdentity()

Set this to the identity transform.

Implementation

void setIdentity() {
  p.setZero();
  q.setIdentity();
}