OGS
Point3d.cpp
Go to the documentation of this file.
1 
11 #include "Point3d.h"
12 
13 namespace MathLib
14 {
15 extern const Point3d ORIGIN{{{0.0, 0.0, 0.0}}};
16 }
Definition of the Point3d class.
MathLib::TemplatePoint< double, 3 > Point3d
const Point3d ORIGIN
Definition: Point3d.h:26