Revision f499fcf4758c4b8b3521ee9623250c94022f4e61 authored by Dmitri Naumov on 17 June 2021, 17:30:00 UTC, committed by Dmitry Yu. Naumov on 29 June 2021, 08:35:06 UTC
1 parent befa6b2
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