mirror of https://github.com/CGAL/cgal
13 lines
355 B
C++
13 lines
355 B
C++
// Copyright(c) 2023, 2024 Tel-Aviv University(Israel).
|
|
// All rights reserved.
|
|
//
|
|
// This file is part of CGAL (www.cgal.org).
|
|
//
|
|
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
|
|
//
|
|
// Author(s): Engin Deniz Diktas <denizdiktas@gmail.com>
|
|
|
|
#include "Camera_manip.h"
|
|
|
|
Camera_manip::Camera_manip(Camera& camera) : m_camera(camera) {}
|