geirs2Panic  Richard J. Mathar
Fits header keyword batch editor
 All Classes Files Functions Variables Macros Pages
Classes | Functions
Point2D.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Point2D
 A point with 2 coordinates represented in a Cartesian coordinate system. More...
 

Functions

Point2D operator+ (const Point2D &left, const Point2D &right)
 Add two points, interpreting both points as vectors. More...
 

Function Documentation

Point2D operator+ ( const Point2D left,
const Point2D right 
)

Add two points, interpreting both points as vectors.


Parameters
leftThe point to the left of the + sign.
rightThe point to right of the + sign.
Returns
A point with coordinates that are sums of coordinates of both arguments.