コード例 #1
0
ファイル: Trajetoria3.cs プロジェクト: celsovl/BCC-1s16-PI5
 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))
 {
 }