Classes | Namespaces | Functions

Point2.H File Reference

Two dimensional point class. More...

This graph shows which files directly or indirectly include this file:

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)

Detailed Description

Two dimensional point class.

Author:
David Gu
Date:
10/07/2010

Definition in file Point2.H.

 All Classes Namespaces Files Functions Variables Typedefs Enumerator Defines