// Copyright(c) 2012, 2020 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 #include "Camera_manip.h" Camera_manip::Camera_manip(Camera& camera) : m_camera(camera) { }