Functions
point.cpp File Reference
#include "hexagon_map/point.h"
#include <math.h>
Include dependency graph for point.cpp:

Go to the source code of this file.

Functions

bool operator!= (const CPoint2d &p1, const CPoint2d &p2)
CPoint2d operator* (const CPoint2d &p, float s)
double operator* (const CPoint2d &p1, const CPoint2d &p2)
CPoint2d operator+ (const CPoint2d &p1, const CPoint2d &p2)
CPoint2d operator- (const CPoint2d &p1, const CPoint2d &p2)
CPoint2d operator/ (const CPoint2d &p, float num)
bool operator== (const CPoint2d &p1, const CPoint2d &p2)

Function Documentation

bool operator!= ( const CPoint2d p1,
const CPoint2d p2 
)

Definition at line 105 of file point.cpp.

CPoint2d operator* ( const CPoint2d p,
float  s 
)

Definition at line 72 of file point.cpp.

double operator* ( const CPoint2d p1,
const CPoint2d p2 
)

Definition at line 79 of file point.cpp.

CPoint2d operator+ ( const CPoint2d p1,
const CPoint2d p2 
)

Definition at line 58 of file point.cpp.

CPoint2d operator- ( const CPoint2d p1,
const CPoint2d p2 
)

Definition at line 65 of file point.cpp.

CPoint2d operator/ ( const CPoint2d p,
float  num 
)

Definition at line 83 of file point.cpp.

bool operator== ( const CPoint2d p1,
const CPoint2d p2 
)

Definition at line 98 of file point.cpp.



hexagon_map
Author(s):
autogenerated on Thu Jun 6 2019 18:38:28