Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] How to get all vertices that located between two lines in the arrangement?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] How to get all vertices that located between two lines in the arrangement?


Chronological Thread 
  • From: Morteza Manavi <>
  • To:
  • Subject: Re: [cgal-discuss] How to get all vertices that located between two lines in the arrangement?
  • Date: Tue, 25 Sep 2018 19:39:54 +0330
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:YbA8GBx1tEjGf/bXCy+O+j09IxM/srCxBDY+r6Qd2+sSIJqq85mqBkHD//Il1AaPAd2Eraocw8Pt8InYEVQa5piAtH1QOLdtbDQizfssogo7HcSeAlf6JvO5JwYzHcBFSUM3tyrjaRsdF8nxfUDdrWOv5jAOBBr/KRB1JuPoEYLOksi7ze+/94HRbglSmDaxfa55IQmrownWqsQYm5ZpJLwryhvOrHtIeuBWyn1tKFmOgRvy5dq+8YB6/ShItP0v68BPUaPhf6QlVrNYFygpM3o05MLwqxbOSxaE62YGXWUXlhpIBBXF7A3/U5zsvCb2qvZx1S+HNsDwULs6Wymt771zRRDnhicINT43/m/UhMJtkqxUvAmsqAZjz4POeoyZKOZyc6HbcNgHRWRBRMFRVylZD427aIsPFfYBMvhZrobnulAAqgGxBQ+2C+Pxyz9Dm3j73ag90+Q7DQHJwg0hEMgSvHjIsdn5KboeXPu6zKnN1zrDbvdW1S3h54jPdxAsuPeBVq9+f8rWzEkgDQLFjlOIpIzkOTOVzOUNvHKB4+puT+KijXMspQJpojW32Msglo3EipgWx13E7yl13po5KN6iREJmZdOpHp1dvDyAOYRsWMMtWWRotT46yrIYvZ67ezAHyJE9yB7eb/yLaoyI4hD+WOqILzd0mXZodbylixa99kigzeL8Vs2q31pQsiVFldzMumgM1xzV9MeHVuNw8lm91TuLzQze6eFJLVoqmabHKJMt2KM8m54dvEjbGy/5gkT2jKuYdkU+/eio7vzqYrDhpp+GK497lAD/Pb4ylsCjHOg0LxUCUnOU+eS5zrLj/En5TK9Wgf0xl6nVqIraKtgDpq6lHw9V1Z4u5AqwDzi81NQUhGQILFNeeB2bkojpIErOLevjDfa/hlSsiC1ky+rHPr3nGJXNL2LMnK3vfbZnuAZhzhEux4Vf+45MEeNGZ+niX1f48t3eFB4wdQKuhP32Dc10kYIYV2XICaCQNObesESD+/k0cNWLMYQasTK4J/k+7OP1llc4n0UcdO+nx8g5cne9S9FhOVmUc3Okp94HGHkL9l47S/b2hU+LCWYKPi+aUKc15zV9A4WjW9SQDruxiaCMiX/oVqZdYXpLXwjVQCXYMr6cUvJJUxq8Z8pokzgKT7+kEtZz2hSntQu8wL1ifLONpn8o8Kn73d0w3NX90Ako/GUtXcuY2mCJCWpzmzFQHmJk7OVEuUV4j2y7/+14jvhfT4IB4vpIVkI+N8eZwbUrUJb9XQXOetrPQ1GjEI2r

The lines have the same angle.

On Tue, Sep 25, 2018 at 7:35 PM Morteza Manavi <> wrote:
I have an arrangement composed of circles and lines and I want to add two lines and then get vertices between these lines.(I do not care if the vertices are on the boundary of these two lines as well)

On Tue, Sep 25, 2018 at 7:03 PM Sebastien Loriot (GeometryFactory) <> wrote:
What is your input? you have a set of points and 2 lines and what to get
all the points between the two lines? Or it is something more complicated?

Sebastien.

On 09/25/2018 04:59 PM, Morteza Manavi wrote:
> Hi,
> I want to discover all intersection points or vertices that located
> between two lines in the arrangement but I don't know how to do this. I
> think one way to do this is to use the overlay function but I don't how
> to make second arrangement for use in overlay function so that all
> vertices between the two lines exist in the overlaid arrangement.
> Thanks.

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss





Archive powered by MHonArc 2.6.18.

Top of Page