Newer
Older
* Copyright (c) 2012-2017, 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}} };
}