Skip to content
Snippets Groups Projects
Commit a3e45f0e authored by Tom Fischer's avatar Tom Fischer Committed by Dmitri Naumov
Browse files

[MaL] Add MathLib::Point3d ORIGIN.

parent d681b18d
No related branches found
No related tags found
No related merge requests found
/**
* \file
*
* \copyright
* Copyright (c) 2012-2016, 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}} };
}
...@@ -23,6 +23,7 @@ namespace MathLib ...@@ -23,6 +23,7 @@ namespace MathLib
{ {
typedef MathLib::TemplatePoint<double,3> Point3d; typedef MathLib::TemplatePoint<double,3> Point3d;
extern const Point3d ORIGIN;
/** /**
* rotation of points * rotation of points
* @param mat a rotation matrix * @param mat a rotation matrix
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment