mirror of https://github.com/CGAL/cgal
30 lines
914 B
C
30 lines
914 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/Bbox_2_intersection.h
|
|
// source : intersection_2_1.fw
|
|
// author(s) : Geert-Jan Giezeman
|
|
//
|
|
// coordinator : Saarbruecken
|
|
//
|
|
// ============================================================================
|
|
|
|
|
|
|
|
#ifndef CGAL_BBOX_2_INTERSECTIONS_H
|
|
#define CGAL_BBOX_2_INTERSECTIONS_H
|
|
|
|
#include <CGAL/Bbox_2_Line_2_intersection.h>
|
|
#include <CGAL/Ray_2_Bbox_2_intersection.h>
|
|
#endif // CGAL_BBOX_2_INTERSECTIONS_H
|