Пример #1
0
 public SegmentoDeReta(Ponto Origem, Vetor Diretor)
 {
     _origem = Origem;
     _pontoB = Origem.Transladado(Diretor);
 }