mirror of https://github.com/CGAL/cgal
fix headers
This commit is contained in:
parent
c5367399ab
commit
72cdc05152
|
|
@ -1,6 +1,4 @@
|
|||
#ifndef CGAL_POINT_3_ISO_CUBOID_3_INTERSECTION_H
|
||||
#define CGAL_POINT_3_ISO_CUBOID_3_INTERSECTION_H
|
||||
// Copyright (c) 2003 INRIA Sophia-Antipolis (France).
|
||||
// Copyright (c) 2018 INRIA Sophia-Antipolis (France).
|
||||
// All rights reserved.
|
||||
//
|
||||
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
|
||||
|
|
@ -20,6 +18,10 @@
|
|||
//
|
||||
//
|
||||
// Author(s) : Maxime Gimeno
|
||||
|
||||
#ifndef CGAL_POINT_3_ISO_CUBOID_3_INTERSECTION_H
|
||||
#define CGAL_POINT_3_ISO_CUBOID_3_INTERSECTION_H
|
||||
|
||||
#include <CGAL/Iso_cuboid_3.h>
|
||||
#include <CGAL/Point_3.h>
|
||||
#include <CGAL/Intersection_traits_3.h>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) 2003 INRIA Sophia-Antipolis (France).
|
||||
// Copyright (c) 2018 INRIA Sophia-Antipolis (France).
|
||||
// All rights reserved.
|
||||
//
|
||||
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
|
||||
|
|
@ -18,12 +18,14 @@
|
|||
//
|
||||
//
|
||||
// Author(s) : Maxime Gimeno
|
||||
|
||||
#ifndef CGAL_POINT_3_LINE_3_INTERSECTION_H
|
||||
#define CGAL_POINT_3_LINE_3_INTERSECTION_H
|
||||
|
||||
#include <CGAL/Line_3.h>
|
||||
#include <CGAL/Point_3.h>
|
||||
#include <CGAL/Intersection_traits_3.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
namespace internal {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) 2003 INRIA Sophia-Antipolis (France).
|
||||
// Copyright (c) 2018 INRIA Sophia-Antipolis (France).
|
||||
// All rights reserved.
|
||||
//
|
||||
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
|
||||
|
|
@ -18,12 +18,14 @@
|
|||
//
|
||||
//
|
||||
// Author(s) : Maxime Gimeno
|
||||
|
||||
#ifndef CGAL_POINT_3_PLANE_3_INTERSECTION_H
|
||||
#define CGAL_POINT_3_PLANE_3_INTERSECTION_H
|
||||
|
||||
#include <CGAL/Plane_3.h>
|
||||
#include <CGAL/Point_3.h>
|
||||
#include <CGAL/Intersection_traits_3.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
namespace internal {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) 2003 INRIA Sophia-Antipolis (France).
|
||||
// Copyright (c) 2018 INRIA Sophia-Antipolis (France).
|
||||
// All rights reserved.
|
||||
//
|
||||
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) 2003 INRIA Sophia-Antipolis (France).
|
||||
// Copyright (c) 2018 INRIA Sophia-Antipolis (France).
|
||||
// All rights reserved.
|
||||
//
|
||||
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
|
||||
|
|
@ -18,8 +18,10 @@
|
|||
//
|
||||
//
|
||||
// Author(s) : Maxime Gimeno
|
||||
|
||||
#ifndef CGAL_POINT_3_RAY_3_INTERSECTION_H
|
||||
#define CGAL_POINT_3_RAY_3_INTERSECTION_H
|
||||
|
||||
#include <CGAL/Ray_3.h>
|
||||
#include <CGAL/Point_3.h>
|
||||
#include <CGAL/Intersection_traits_3.h>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
#ifndef CGAL_POINT_3_SEGMENT_3_INTERSECTION_H
|
||||
#define CGAL_POINT_3_SEGMENT_3_INTERSECTION_H
|
||||
// Copyright (c) 2003 INRIA Sophia-Antipolis (France).
|
||||
// Copyright (c) 2018 INRIA Sophia-Antipolis (France).
|
||||
// All rights reserved.
|
||||
//
|
||||
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
|
||||
|
|
@ -20,6 +18,10 @@
|
|||
//
|
||||
//
|
||||
// Author(s) : Maxime Gimeno
|
||||
|
||||
#ifndef CGAL_POINT_3_SEGMENT_3_INTERSECTION_H
|
||||
#define CGAL_POINT_3_SEGMENT_3_INTERSECTION_H
|
||||
|
||||
#include <CGAL/Segment_3.h>
|
||||
#include <CGAL/Point_3.h>
|
||||
#include <CGAL/Intersection_traits_3.h>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// Copyright (c) 2008 INRIA Sophia-Antipolis (France), ETH Zurich (Switzerland).
|
||||
// Copyright (c) 2010, 2014 GeometryFactory Sarl (France).
|
||||
// Copyright (c) 2010, 2014 GeometryFactory Sarl (France).
|
||||
// All rights reserved.
|
||||
//
|
||||
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
|
||||
|
|
|
|||
Loading…
Reference in New Issue