Revision 819650069405aa35952033795d76e66994549343 authored by rinkk on 22 March 2021, 14:26:22 UTC, committed by Lars Bilke on 26 March 2021, 09:48:19 UTC
1 parent 1bf1efd
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