cgal/Packages/Intersections_2/include/CGAL/intersection_2_3.h

30 lines
833 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_3.h
// source : intersection_2_3.fw
// author(s) : Geert-Jan Giezeman
//
// coordinator : Saarbruecken
//
// ============================================================================
#ifndef CGAL_INTERSECTION_2_3_H
#define CGAL_INTERSECTION_2_3_H
#include <CGAL/Circle_2_Circle_2_intersection.h>
#endif