cgal/Packages/Kernel_23/include/CGAL/distance_predicates_3.h

44 lines
1.2 KiB
C

// ======================================================================
//
// Copyright (c) 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 : distance_predicates_3.h
// package : _3
// revision : $Revision$
// revision_date : $Date$
// author(s) : Stefan Schirra
//
//
// coordinator : MPI, Saarbruecken (<Stefan.Schirra@mpi-sb.mpg.de>)
// ======================================================================
#ifndef CGAL_DISTANCE_PREDICATES_3_H
#define CGAL_DISTANCE_PREDICATES_3_H
#ifndef CGAL_REP_CLASS_DEFINED
#error no representation class defined
#endif // CGAL_REP_CLASS_DEFINED
#if defined CGAL_HOMOGENEOUS_H || defined CGAL_SIMPLE_HOMOGENEOUS_H
#include <CGAL/distance_predicatesH3.h>
#endif
#if defined CGAL_CARTESIAN_H || defined CGAL_SIMPLE_CARTESIAN_H
#include <CGAL/Cartesian/distance_predicates_3.h>
#endif
#include <CGAL/Point_3.h>
#include <CGAL/Plane_3.h>
#endif //CGAL_DISTANCE_PREDICATES_3_H