OGS
MathTools.cpp File Reference

Detailed Description

Definition in file MathTools.cpp.

#include "MathTools.h"
#include <Eigen/Core>
#include <cmath>
#include "Point3d.h"
Include dependency graph for MathTools.cpp:

Go to the source code of this file.

Namespaces

namespace  MathLib
 

Functions

double MathLib::calcProjPntToLineAndDists (Point3d const &pp, Point3d const &pa, Point3d const &pb, double &lambda, double &d0)
 
double MathLib::getAngle (Point3d const &p0, Point3d const &p1, Point3d const &p2)