OGS
Point3d.h File Reference

Detailed Description

Definition of the Point3d class.

Date
2015-01-16

Definition in file Point3d.h.

#include <Eigen/Core>
#include <limits>
#include "mathlib_export.h"
Include dependency graph for Point3d.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MathLib::Point3d
 

Namespaces

namespace  MathLib
 

Functions

bool MathLib::operator< (Point3d const &a, Point3d const &b)
 
bool MathLib::lessEq (Point3d const &a, Point3d const &b, double eps)
 
std::ostream & MathLib::operator<< (std::ostream &os, const Point3d &p)
 
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::operator== (Point3d const &a, Point3d const &b)
 
double MathLib::sqrDist2d (MathLib::Point3d const &p0, MathLib::Point3d const &p1)