mirror of https://github.com/CGAL/cgal
34 lines
1.2 KiB
C
34 lines
1.2 KiB
C
// ======================================================================
|
|
//
|
|
// Copyright (c) 2000 The CGAL Consortium
|
|
//
|
|
// This software and related documentation is part of an INTERNAL release
|
|
// of the Computational Geometry Algorithms Library (CGAL). It is not
|
|
// intended for general use.
|
|
//
|
|
// ----------------------------------------------------------------------
|
|
//
|
|
// release :
|
|
// release_date :
|
|
//
|
|
// file : include/CGAL/Cartesian/basic_constructions_2.h
|
|
// revision : $Revision$
|
|
// revision_date : $Date$
|
|
// author(s) : Herve Bronnimann
|
|
// coordinator : INRIA Sophia-Antipolis (Mariette.Yvinec@sophia.inria.fr)
|
|
//
|
|
// ======================================================================
|
|
|
|
#ifndef CGAL_CARTESIAN_BASIC_CONSTRUCTIONS_2_H
|
|
#define CGAL_CARTESIAN_BASIC_CONSTRUCTIONS_2_H
|
|
|
|
// #warning "basic_constructionsC2.h: this file will disappear"
|
|
// #warning " please include <CGAL/Cartesian/constructions_on_....h>"
|
|
|
|
#include <CGAL/Cartesian/constructions_on_points_2.h>
|
|
#include <CGAL/Cartesian/constructions_on_lines_2.h>
|
|
#include <CGAL/Cartesian/constructions_on_circles_2.h>
|
|
#include <CGAL/Cartesian/distance_computations_2.h>
|
|
|
|
#endif // CGAL_CARTESIAN_BASIC_CONSTRUCTIONS_2_H
|