Subject: CGAL users discussion list
List archive
- From: Sebastien Loriot <>
- To:
- Subject: Re: [cgal-discuss] crop infinite edges of additive weighted voronoi diagram.
- Date: Mon, 18 Jan 2021 15:27:27 +0100
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:YHF+rB9NfSemhP9uRHKM819IXTAuvvDOBiVQ1KB+0+oeIJqq85mqBkHD//Il1AaPAdyKraoUwLSP++C4ACpcuMnH6ChDOLV3FDY9wf0MmAIhBMPXQWbaF9XNKxIAIcJZSVV+9Gu6O0UGUOz3ZlnVv2HgpWVKQka3OgV6PPn6FZDPhMqrye+y54fTYwJVjzahfL9+Nhq7oRjVu8UMnYdvKak9xxrUrnBVf+ha2X5kKUickhrh5Mq85oJv/zhVt/k868NOTKL2crgiQ7dFFjomKWc15MPqtRnHUwSC42YXX3sVnBRVHQXL9Qn2UZjtvCT0sOp9wzSaMtbtTb8oQzSi7rxkRwHuhSwaKjM26mDXish3jKJGvBKsogF0zoDIbI2JMvd1Y6XQds4YS2VcRMZcTzFPDIOiYYsBDOQPM+hXoIb/qFQSohWzHhWsCeH1xzNUmnP706833uI8Gg/GxgwgGNcOvWzJotrrL6gdS/u1zLXJzTrdafNdxDHz6I/SchAgpvGMQa97fM3KyUkrEAPFlFSQqYv5Pz+P0+QNt3OW7+VlVe21im4nrxt9rSSoxscpk4TEgJ8exV/Y+ytj2ok1OcG4R1BhYd6iCJZduSGUOYR1T84mQGxmuDs3xLIYtJOlcyUH1IoqyRDeZvGGfIWF/w7vWuiMLDpmi39reLayigqv/UWh1uDyVtS43VBXpSRLldnMs2oC1x3V6sWfRft9/1uh2TaS1w/I8O1LPUc0la/DJ5E9zb4/jJ4TvV7EHi/sl0X6lKmWeV8/9eez7+TofK/qqYObN49xjAz1L6cgmtSnDOgmLgQDW3KX9Oe82bH54EH1XrZHguc5n6XEqJzWO94UqrKkDwJQzIkv9wywAjK43NgEgHUKKVxIdwiZg4T1PlzBOur3Aeqij1mpkjpmxOzJM77kD5jDMHfOkKrtcLN+5kFCyAc/09ZS7I9OBL4bOvL8QErxucTYDhAnNwy0xP7qCNBn2YMfXWKDG6GYMKbPvVOR6OIiLPSAaJUauDb6LPgl6PrugmEjlVABeqmp2IMbaHG+Hvt4P0WUeWTgjssFHGsQvQczTPbmhECcXTNQfXq/UL8w6ik+CI28DIfDQo6tgKaG3Ce+BpBWfWRGCleWEXfpcIWER+0AaCeWIsJ6nTwEUKKuS44l1R20qAD6zL9nIvLO+iIErZLjyMR15+rLmB4u+jx7FcCd33iQQGF1hWMHWyI23LtkoUFm0VeC0a14g+RCGtBJ5vNJVB06NZ/GwOBgBdDyQFGJQtDcQ1mvRpCqACo6U8kq694IeUd0Xdu43T7Z2C//OLIfnqeXBZEyuobbxXn2O44p0HLBzqgmkx8jRuNAMGSnguh08A2FVN2BqFmQi6v/LfdU5yXK7mrWlTPf7nEdaxZ5VOD+ZV5aY0LXqdrj4UabFu2hDL0mNk1KzsvQc/IWOO2stk1PQbLYAPqbe3i4wj7iChOBx7fKZ43vKT1EgXftTXMcmgVWxk6ocAgzAiD7/jDbBT1qUE3qOgbirbA4p3S8QUs5iQqNah852g==
In particular, you can look at this function:
https://github.com/CGAL/cgal/blob/master/CGAL_ipelets/include/CGAL/CGAL_Ipelet_base_v7.h#L724
that is used to draw apollonius graph in Ipe (inside a given window)
Sebastien
On 1/18/21 3:24 PM, Sebastien Loriot wrote:
Did you try to use the method draw_dual()?
https://doc.cgal.org/latest/Apollonius_graph_2/classCGAL_1_1Apollonius__graph__2.html#a1956a3b3d339eb667775f2051cbc80ab
Best,
Sebastien.
On 1/16/21 11:21 AM, VSav ( via cgal-discuss Mailing List) wrote:Hi,
I have tried almost all the soures but could not find solution.
Is it possible to find the direction of halfedge. If so i can create the ray
using source and direction.
Even a little help would be greatful. It will help me progress in my
project.
Thanks,
Virti
--
Sent from: http://cgal-discuss.949826.n4.nabble.com/
- [cgal-discuss] crop infinite edges of additive weighted voronoi diagram., VSav, 01/14/2021
- Re: [cgal-discuss] crop infinite edges of additive weighted voronoi diagram., Sebastien Loriot, 01/14/2021
- Re: [cgal-discuss] crop infinite edges of additive weighted voronoi diagram., VSav, 01/14/2021
- Re: [cgal-discuss] crop infinite edges of additive weighted voronoi diagram., VSav, 01/16/2021
- Re: [cgal-discuss] crop infinite edges of additive weighted voronoi diagram., Sebastien Loriot, 01/18/2021
- Re: [cgal-discuss] crop infinite edges of additive weighted voronoi diagram., Sebastien Loriot, 01/18/2021
- Re: [cgal-discuss] crop infinite edges of additive weighted voronoi diagram., VSav, 01/19/2021
- Re: [cgal-discuss] crop infinite edges of additive weighted voronoi diagram., VSav, 01/19/2021
- Re: [cgal-discuss] crop infinite edges of additive weighted voronoi diagram., VSav, 01/20/2021
- Re: [cgal-discuss] crop infinite edges of additive weighted voronoi diagram., Sebastien Loriot, 01/20/2021
- Re: [cgal-discuss] crop infinite edges of additive weighted voronoi diagram., VSav, 01/20/2021
- Re: [cgal-discuss] crop infinite edges of additive weighted voronoi diagram., VSav, 01/21/2021
- Re: [cgal-discuss] crop infinite edges of additive weighted voronoi diagram., Sebastien Loriot, 01/21/2021
- Re: [cgal-discuss] crop infinite edges of additive weighted voronoi diagram., VSav, 01/22/2021
- Re: [cgal-discuss] crop infinite edges of additive weighted voronoi diagram., VSav, 01/19/2021
- Re: [cgal-discuss] crop infinite edges of additive weighted voronoi diagram., Sebastien Loriot, 01/18/2021
- Re: [cgal-discuss] crop infinite edges of additive weighted voronoi diagram., Sebastien Loriot, 01/18/2021
- Re: [cgal-discuss] crop infinite edges of additive weighted voronoi diagram., VSav, 01/16/2021
- Re: [cgal-discuss] crop infinite edges of additive weighted voronoi diagram., VSav, 01/14/2021
- Re: [cgal-discuss] crop infinite edges of additive weighted voronoi diagram., Sebastien Loriot, 01/14/2021
Archive powered by MHonArc 2.6.19+.