コード例 #1
0
ファイル: Angle.cs プロジェクト: Abdoshe/AirHockeyRobot
 public Angle Reflect(Angle mirror_line)
 {
     return(Reflect(this, mirror_line));
 }