示例#1
0
 /// Set this to the identity transform.
 public void SetIdentity()
 {
     p.SetZero();
     q.SetIdentity();
 }