mirror of https://github.com/CGAL/cgal
make_tetrahedron is no longer in CGAL::Euler
This commit is contained in:
parent
2f73c7e985
commit
79e4711ee0
|
|
@ -29,7 +29,7 @@ int main()
|
|||
Point r(0.0, 0.0, 1.0);
|
||||
Point s(0.0, 0.0, 0.0);
|
||||
Mesh m;
|
||||
CGAL::Euler::make_tetrahedron(m, p, q, r, s);
|
||||
CGAL::make_tetrahedron(p, q, r, s, m);
|
||||
|
||||
// constructs AABB tree
|
||||
Tree tree(faces(m).first, faces(m).second, m);
|
||||
|
|
|
|||
Loading…
Reference in New Issue