mirror of https://github.com/CGAL/cgal
31 lines
915 B
C
31 lines
915 B
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 : include/CGAL/Old_style_kernel/Point_3.h
|
|
// revision : $Revision$
|
|
// revision_date : $Date$
|
|
// author(s) : Stefan Schirra
|
|
//
|
|
//
|
|
// coordinator : MPI, Saarbruecken (<Stefan.Schirra@mpi-sb.mpg.de>)
|
|
// ============================================================================
|
|
|
|
#ifndef CGAL_POINT_3_H
|
|
#define CGAL_POINT_3_H
|
|
|
|
#include <CGAL/Cartesian/Point_3.h>
|
|
#include <CGAL/Old_style_kernel/Point_3.h>
|
|
#include <CGAL/PointH3.h>
|
|
|
|
#endif // CGAL_POINT_3_H
|