示例#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))
 {
 }