コード例 #1
0
ファイル: Cpoint3.cs プロジェクト: GabLeRoux/Prog3
 public Cpoint3(Vector2d point)
 {
     coordonnes = point;
 }
コード例 #2
0
ファイル: Cpoint3.cs プロジェクト: GabLeRoux/Prog3
 public void deplace(Vector2d nouveauPoint)
 {
     coordonnes = nouveauPoint;
 }