Beispiel #1
0
 public duongthang(ClsPoint A, ClsPoint B)
 {
     begin = A;
     end   = B;
 }
Beispiel #2
0
 public duongthang()
 {
     begin = new ClsPoint(0, 0);
     end   = new ClsPoint(0, 0);
 }
Beispiel #3
0
 public hinhthoi(ClsPoint X, ClsPoint Y)
 {
     begin = X;
     end   = Y;
 }
Beispiel #4
0
 public tamgiac(ClsPoint a, ClsPoint b)
 {
     begin = a;
     end   = b;
 }
Beispiel #5
0
 public hinhthoi()
 {
     begin = new ClsPoint(0, 0);
     end   = new ClsPoint(0, 0);
 }