Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Members of the class CGAL::Point_d

Subject: CGAL users discussion list

List archive

[cgal-discuss] Members of the class CGAL::Point_d


Chronological Thread 
  • From: luchia <>
  • To:
  • Subject: [cgal-discuss] Members of the class CGAL::Point_d
  • Date: Fri, 27 Apr 2012 06:42:34 -0700 (PDT)

Hallo,

I think I've a pretty silly question, thus sorry in advance.

I would like to work with precise aritmetic, so I defined the following
kernel:

typedef CGAL::Exact_predicates_exact_constructions_kernel Kernel;

Afterward, I've the following declaration:

typedef CGAL::Point_d<Kernel> Point_d;

The question is: Why when I declare:

Point_d p;

the variable "p" has no one of the methods that a Point_d should have?
Similar problem with:

typedef CGAL::Vector_d<Kernel> Vector_d;

Thanks in advance,

Luca







--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Members-of-the-class-CGAL-Point-d-tp4592711p4592711.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page