Skip to content
Snippets Groups Projects
Point3d.cpp 376 B
Newer Older
  • Learn to ignore specific revisions
  • /**
     * \file
     *
     * \copyright
    
     * Copyright (c) 2012-2017, OpenGeoSys Community (http://www.opengeosys.org)
    
     *            Distributed under a Modified BSD License.
     *              See accompanying file LICENSE.txt or
     *              http://www.opengeosys.org/project/license
     *
     */
    
    #include "Point3d.h"
    
    namespace MathLib
    {
    extern const Point3d ORIGIN{ {{0.0, 0.0, 0.0}} };
    }