Skip to Content.
Sympa Menu

cgal-discuss - Re: Re: [cgal-discuss] how to output a point's coordinate

Subject: CGAL users discussion list

List archive

Re: Re: [cgal-discuss] how to output a point's coordinate


Chronological Thread 
  • From: "zengming" <>
  • To: "" <>
  • Subject: Re: Re: [cgal-discuss] how to output a point's coordinate
  • Date: Fri, 6 Mar 2009 16:22:59 +0800

 I saw the result by your method, thanks!
 
 
2009-03-06

zengming

发件人: Samuel Hornus
发送时间: 2009-03-06  16:13:53
收件人:
抄送:
主题: Re: [cgal-discuss] how to output a point's coordinate
"zengming"  < > wrote:
>  Point_3 pt3;
>  assign(pt3, intersecs[0]); 
> //how can I output the coordinate of point pt3? 
 
The following should work:
 
std::cout  < < pt3;
 
-- 
sam
-- 
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss
 
 



Archive powered by MHonArc 2.6.16.

Top of Page