Revision b9494549b394af59520f9664d22afbcf71c56628 authored by Lars Bilke on 18 February 2021, 13:54:58 UTC, committed by Lars Bilke on 19 February 2021, 07:13:01 UTC
1 parent 3c960c3
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