Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Exception on Point_3 comparison

Subject: CGAL users discussion list

List archive

[cgal-discuss] Exception on Point_3 comparison


Chronological Thread 
  • From: Ashwin Nanjappa <>
  • To:
  • Subject: [cgal-discuss] Exception on Point_3 comparison
  • Date: Thu, 19 Mar 2009 10:19:48 +0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=JJJEJqLTz/QM8q7jvEU5SE3QAU/NGzXMa5xTLh1OTPrpKYC+V6zUNeNYj8IYQUjQTS 63+VDeft9hmYAJsk4Wiwl+3fRZjTcFOydEDTHc2OVBhMMvZ/4AzxGNvIlJB/sebxyK0C Xj1zu8zKnbQvW0yo/ZTjMpMPlfJj/E/Su1zbc=

Hi,

I get a CGAL::Uncertain_conversion_exception first-chance exception in
Visual C++ whenever I compare two Point_3 points using the ==
operator. The Point_3 is of kernel type
CGAL::Exact_predicates_exact_constructions_kernel.

Is this the right and safe way to compare 2 CGAL objects? If not, what
do you suggest?

TIA,
~ash



Archive powered by MHonArc 2.6.16.

Top of Page