Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Control of number of writing digit

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Control of number of writing digit


Chronological Thread 
  • From: Nicholas Mario Wardhana <>
  • To:
  • Subject: Re: [cgal-discuss] Control of number of writing digit
  • Date: Tue, 2 Aug 2011 15:33:12 +0800

On 2 August 2011 15:30, kyungjoo
<>
wrote:
> Hello,
>
>
> I almost feel bad that I post several stupid questions which are already
> answered.
> This time, I searched and found nothing about this.
>
> When I export meshfile to OFF format or any output stream, I have 6 digit
> only. Could I achieve double digits ? I am not sure CGAL store float
> variable. If CGAL use float, how can I change float to double ?
>
> 5.26094 -8.63647 -7.31657
> 5.61107 -8.09141 -7.63206
>
>
> Thanks
>
>
> Kyungjoo
>

Hi Kyungjoo,

What kernel do you use? You might want to use, let's say,
CGAL::Simple_cartesian<double> or similar kernels.

Best regards,
Nicholas



Archive powered by MHonArc 2.6.16.

Top of Page