Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

Point.h File Reference

#include "geometry/Vector.h"

Go to the source code of this file.

Compounds

class  Point

Functions

std::ostream& operator<< (std::ostream& out, const Point& v)
Point operator- (const Point & a, const Vector & b)
Vector operator- (const Point & a, const Point & b)
Point operator+ (const Point & a, const Vector & b)
Point operator+ (const Vector & a, const Point & b)


Function Documentation

Point operator+ ( const Vector & a,
const Point & b ) [inline]
 

Definition at line 60 of file Point.h.

Point operator+ ( const Point & a,
const Vector & b ) [inline]
 

Definition at line 57 of file Point.h.

Vector operator- ( const Point & a,
const Point & b ) [inline]
 

Definition at line 54 of file Point.h.

Point operator- ( const Point & a,
const Vector & b ) [inline]
 

Definition at line 51 of file Point.h.

std::ostream & operator<< ( std::ostream & out,
const Point & v ) [inline]
 

Definition at line 46 of file Point.h.


Generated at Wed Nov 21 12:20:12 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000