Skip to content
Snippets Groups Projects
Forked from ogs / ogs
18138 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Point3d.cpp 376 B
/**
 * \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}} };
}