Skip to content
Snippets Groups Projects
Point3d.cpp 371 B
Newer Older
/**
 * \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
{
Dmitri Naumov's avatar
Dmitri Naumov committed
extern const Point3d ORIGIN{{{0.0, 0.0, 0.0}}};