Two dimensional point class. More...
Go to the source code of this file.
Classes | |
class | MeshLib::CPoint2 |
CPoint2 class, two dimensional point. More... | |
Namespaces | |
namespace | MeshLib |
Functions | |
CPoint2 | MeshLib::operator+ (CPoint2 &uv0, CPoint2 &uv1) |
CPoint2 | MeshLib::operator- (CPoint2 &uv0, CPoint2 &uv1) |
CPoint2 | MeshLib::operator* (CPoint2 &uv0, const double s) |
CPoint2 | MeshLib::operator/ (CPoint2 &uv0, const double s) |
CPoint2 | MeshLib::operator+ (const CPoint2 &uv0, const CPoint2 &uv1) |
CPoint2 | MeshLib::operator- (const CPoint2 &uv0, const CPoint2 &uv1) |
CPoint2 | MeshLib::operator* (const CPoint2 &uv0, const double s) |
CPoint2 | MeshLib::operator/ (const CPoint2 &uv0, const double s) |
double | MeshLib::mag2 (CPoint2 &uv) |
double | MeshLib::mag (CPoint2 &uv) |
double | MeshLib::cross (CPoint2 uv1, CPoint2 uv2) |
double | MeshLib::operator* (CPoint2 a, CPoint2 b) |
double | MeshLib::operator^ (CPoint2 uv1, CPoint2 uv2) |
void | MeshLib::operator>> (const std::string &str, CPoint2 &c) |
Two dimensional point class.
Definition in file Point2.H.