mirror of https://github.com/CGAL/cgal
32 lines
911 B
C
32 lines
911 B
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 : $CGAL_Revision: $
|
|
// release_date : $CGAL_Date: $
|
|
//
|
|
// file : include/CGAL/intersection_2.h
|
|
// source : intersection_2.fw
|
|
// author(s) : Geert-Jan Giezeman
|
|
//
|
|
// coordinator : MPI, Saarbruecken
|
|
//
|
|
// ============================================================================
|
|
|
|
|
|
|
|
#ifndef CGAL_INTERSECTION_2_H
|
|
#define CGAL_INTERSECTION_2_H
|
|
|
|
#include <CGAL/intersection_2_1.h>
|
|
#include <CGAL/intersection_2_2.h>
|
|
#include <CGAL/intersection_2_3.h>
|
|
|
|
#endif // CGAL_INTERSECTION_2_H
|