Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Volunteers for upcoming projects

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Volunteers for upcoming projects


Chronological Thread 
  • From: Philipp Moeller <>
  • To:
  • Subject: Re: [cgal-discuss] Volunteers for upcoming projects
  • Date: Mon, 09 Jan 2012 11:09:54 +0100
  • Organization: GeometryFactory

Apurv Verma
<>
writes:

> Hii,
>  I am currently in need of two routines. I am working on building a
> "Robot Localization Visualizer" using Qt and CGAL.
> I have never used Qt, could someone also direct me to a resource of
> using Qt with CGAL. I need to make elementary polygons.

For 3D objects you are pretty much on your own. CGAL offers 2D classes
for working with QGraphicsView described here:
http://www.cgal.org/Manual/latest/doc_html/cgal_manual/GraphicsView/Chapter_main.html.


Have a look at the Mesh_3 and Polyhedron demo. They show examples of how
to render some CGAL objects. Otherwise Qt and CGAL are quite independent
of each other and integration is (intentionally) up to the user (that
would be you).

>
> 1.  Calculating visibility polygon of a point inside a polygon
> 2.  Calculating visibility polygon of a line.

I don't think there is anything in CGAL to help you directly with your
problem. But there are quite a lot of papers that should help you in
building a solution.

>
> Kindly direct me to a suitable resource.
>
> --
> thanks and regards,
>
> Apurv Verma
> B. Tech.(CSE)
> IIT- Ropar

Philipp Moeller, GeometryFactory



Archive powered by MHonArc 2.6.16.

Top of Page