Revision 6148f1249241bd6fc4b0d3afbe148e7996a59fec authored by Dmitri Naumov on 22 March 2021, 10:22:25 UTC, committed by Dmitri Naumov on 31 March 2021, 20:37:44 UTC
Using elements centers for the condition.
1 parent a604dc8
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