Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] How is circumcenter of a tetrahedron computed

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] How is circumcenter of a tetrahedron computed


Chronological Thread 
  • From: Olivier Devillers <>
  • To:
  • Subject: Re: [cgal-discuss] How is circumcenter of a tetrahedron computed
  • Date: Tue, 28 Apr 2015 16:38:19 +0200



Le 28/04/15 16:00, brYang a écrit :
Thank you, Sebastien. I got you. I think I haven't made my question
clearly.. What I want to know is where I can find the definition of "GT" and
how does gt.construct_circumcenter_3_object() (in
"Triangulation_cell_base_with_circumcenter_3.h" ( Line 122) )work?
By the way, I am using CGAL 4.3.

You have to provide to the triangulation a geometric traits (GT)

usually youo use the kernel there, in the kernel concept you have
what the concept that

construct_circumcenter_3_object

should verify documented here:

http://doc.cgal.org/latest/Kernel_23/classKernel_1_1ConstructCircumcenter__3.html



Archive powered by MHonArc 2.6.18.

Top of Page