Main Page   Class Hierarchy   Compound List   File List   Compound Members  

PLib::Coordinate Class Reference

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

#include <matrix/coordinate.hh>

List of all members.

Public Methods

 Coordinate ()
 Coordinate (int I, int J)
 Coordinate (int a)
const Coordinate & operator= (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 Sun Jan 27 18:56:46 2002 for NURBS++ by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001