OGS
|
Definition of the Point3d class.
Definition in file Point3d.h.
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) |