Revision 710adbb1e5a579c95e9c32612b444d373fc9b417 authored by Lars Bilke on 24 February 2021, 08:24:27 UTC, committed by Lars Bilke on 08 March 2021, 19:43:09 UTC
1 parent 7c4c60d
Raw File
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