예제 #1
0
 public Plane() : base()
 {
     Text      = $"Id: {Id} (Plane)";
     Positions = new Position3D[4];
 }
예제 #2
0
 public Rectangle() : base()
 {
     Text      = $"Id: {Id} (Rectangle)";
     Positions = new Position3D[3];
 }