Exemplo n.º 1
0
 public Plane() : base()
 {
     Text      = $"Id: {Id} (Plane)";
     Positions = new Position3D[4];
 }
Exemplo n.º 2
0
 public Rectangle() : base()
 {
     Text      = $"Id: {Id} (Rectangle)";
     Positions = new Position3D[3];
 }