Exemplo n.º 1
0
        public override IList <Relation2D> ByPass(params Point2D[] points)
        {
            Perpendicular rel = new Perpendicular(points);

            return(new List <Relation2D>()
            {
                rel
            });
        }
Exemplo n.º 2
0
 public override IList<Relation2D> ByPass(params Point2D[] points)
 {
     Perpendicular rel = new Perpendicular(points);
     return new List<Relation2D>() { rel };
 }