Skip to content
Snippets Groups Projects
Commit e9e319f1 authored by Tom Fischer's avatar Tom Fischer
Browse files

[MaL] New base type for Points.

parent 3a0ab2b2
No related branches found
No related tags found
No related merge requests found
/**
* \file
* \date 2015-01-16
* \brief Definition of the MathPoint class.
*
* \copyright
* Copyright (c) 2012-2015, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
*
*/
#ifndef MATHPOINT_H_
#define MATHPOINT_H_
#include "TemplatePoint.h"
namespace MathLib
{
typedef MathLib::TemplatePoint<double,3> MathPoint;
} // end namespace MathLib
#endif /* MATHPOINT_H_ */
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