예제 #1
0
 public Trajetoria3(Vetor posicaoEntrada, Vetor posicaoSaida)
     : base(posicaoEntrada.SetZ(ALTITUDE), posicaoSaida.SetZ(ALTITUDE))
 {
 }
예제 #2
0
 public Trajetoria1(Vetor centro, Vetor posicaoEntrada)
     : base(posicaoEntrada.SetZ(ALTITUDE), centro.SetZ(ALTITUDE))
 {
 }