OGS
Point3d.cpp File Reference

Detailed Description

Definition in file Point3d.cpp.

#include "Point3d.h"
Include dependency graph for Point3d.cpp:

Go to the source code of this file.

Namespaces

namespace  MathLib
 

Functions

MathLib::Point3d MathLib::operator* (Eigen::Matrix3d const &mat, MathLib::Point3d const &p)
 
double MathLib::sqrDist (MathLib::Point3d const &p0, MathLib::Point3d const &p1)
 
bool MathLib::lessEq (Point3d const &a, Point3d const &b, double eps)
 

Variables

const Point3d MathLib::ORIGIN {{{0.0, 0.0, 0.0}}}