https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 633e6d7dcf183f9c4829682900f89a822d68433a authored by Dmitry Yu. Naumov on 14 March 2021, 14:29:19 UTC
Merge branch 'MeshLayerRasterUpdates' into 'master'
Tip revision: 633e6d7
Point3d.cpp
/**
 * \file
 *
 * \copyright
 * Copyright (c) 2012-2021, 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}} };
}
back to top