mirror of https://github.com/CGAL/cgal
31 lines
886 B
C
31 lines
886 B
C
// ============================================================================
|
|
//
|
|
// Copyright (c) 1998 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/squared_distance_3.h
|
|
// source : sqdistance_3.fw
|
|
// author(s) : Geert-Jan Giezeman
|
|
//
|
|
// coordinator : Saarbruecken
|
|
//
|
|
// ============================================================================
|
|
|
|
|
|
#ifndef CGAL_DISTANCE_3_H
|
|
#define CGAL_DISTANCE_3_H
|
|
|
|
#include <CGAL/squared_distance_3_0.h>
|
|
#include <CGAL/squared_distance_3_1.h>
|
|
#include <CGAL/squared_distance_3_2.h>
|
|
|
|
#endif
|