Example #1
0
 /// <summary>
 /// Set this to the identity transform.
 /// </summary>
 public void SetIdentity()
 {
     p = Vector2.Zero;
     q.SetIdentity();
 }
Example #2
0
 /// <summary>
 /// Set this to the identity transform.
 /// </summary>
 public void SetIdentity()
 {
     P = System.Numerics.Vector2.Zero;
     Q.SetIdentity();
 }
Example #3
0
 /// <summary>
 /// Set this to the identity transform.
 /// </summary>
 public void SetIdentity()
 {
     P = Vector2.Zero;
     Q.SetIdentity();
 }