示例#1
0
 public Angle2D Right()
 {
     Angle2D ang = new Angle2D(this.x, this.y);
     ang.Add(90);
     return ang;
 }