Main Page | Class Hierarchy | Class List | File List | Class Members

PLib::Coordinate Class Reference

A class for a matrix coordinate point. More...

#include <matrix/coordinate.h>

List of all members.

Public Member Functions

 Coordinate (int I, int J)
 Coordinate (int a)
const Coordinateoperator= (const Coordinate &c)

Public Attributes

int i
int j

Friends

int operator== (const Coordinate &a, const Coordinate &b)
float distance2 (const Coordinate &a)
float distance (const Coordinate &a)
Coordinate operator- (const Coordinate &a, const Coordinate &b)
Coordinate operator+ (const Coordinate &a, const Coordinate &b)
ostream & operator<< (ostream &os, const Coordinate &point)
istream & operator>> (istream &os, Coordinate &point)


Detailed Description

A class for a matrix coordinate point.

Author:
Philippe Lavoie
Date:
4 October 1996


The documentation for this class was generated from the following file:
Generated on Wed Dec 17 04:40:45 2003 for NURBS++ by doxygen 1.3.4