mirror of https://github.com/CGAL/cgal
37 lines
1.3 KiB
C
37 lines
1.3 KiB
C
// ==========================================================================
|
|
//
|
|
// Copyright (c) 1998, 1999 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_3.h
|
|
// source : include/CGAL/Cartesian/basic_constructions_3.h
|
|
// revision : $Revision$
|
|
// revision_date : $Date$
|
|
// author(s) : Herve.Bronnimann@sophia.inria.fr
|
|
//
|
|
// coordinator : INRIA Sophia-Antipolis (Herve.Bronnimann@sophia.inria.fr)
|
|
//
|
|
// ==========================================================================
|
|
|
|
|
|
#ifndef CGAL_CARTESIAN_BASIC_CONSTRUCTIONS_3_H
|
|
#define CGAL_CARTESIAN_BASIC_CONSTRUCTIONS_3_H
|
|
|
|
// #warning "basic_construction_3.h: this file will disappear"
|
|
// #warning " please include <CGAL/Cartesian/constructions_on_....h>"
|
|
|
|
#include <CGAL/Cartesian/constructions_on_points_3.h>
|
|
#include <CGAL/Cartesian/constructions_on_vectors_3.h>
|
|
#include <CGAL/Cartesian/constructions_on_planes_3.h>
|
|
#include <CGAL/Cartesian/distance_computations_3.h>
|
|
|
|
#endif // CGAL_CARTESIAN_BASIC_CONSTRUCTIONS_3_H
|