navlib::Point Class Reference

A point in 2D cartesian space. More...

#include <geometry.h>

List of all members.

Public Member Functions

 Point (double xi=0.0f, double yi=0.0f)
 Point (wykobi::point2d< double > point)
 Copy constructor for a wykobi::point2d object.
bool operator== (const Point &point) const
 Equals operator.
double getDistance (const Point &point) const
 Returns the distance to another point.
double getAngleTo (const Point &point) const
 Returns the angle to another point.


Detailed Description

A point in 2D cartesian space.

Constructor & Destructor Documentation

Point::Point ( double  xi = 0.0f,
double  yi = 0.0f 
)

Parameters:
xi x-axis position
yi y-axis position


The documentation for this class was generated from the following files:

Generated on Mon Nov 3 20:33:35 2008 for navlib by  doxygen 1.5.5