Skip to Content.
Sympa Menu

cgal-discuss - A simple question to get started with CGAL

Subject: CGAL users discussion list

List archive

A simple question to get started with CGAL


Chronological Thread 
  • From:
  • To:
  • Subject: A simple question to get started with CGAL
  • Date: Mon, 28 Apr 2008 10:24:42 +0200


Hi all,

I am just getting started with knowing how to use CGAL, and I'm
particularly puzzled about something.

In the class Point_2 , or whichever class that defines the
location/position of a geometric primitive, is it possible to change the
position of the class?

Like for instance,

Point_2 myLocation(5,0);
myLocation.x = 10;

Can i do something like this in CGAL? Thanks if anyone can provide me
with an answer on this.

regards
Calvin




Archive powered by MHonArc 2.6.16.

Top of Page