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.h>

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

Definition at line 42 of file coordinate.h.


The documentation for this class was generated from the following file:
Generated on Tue Jun 24 13:26:59 2003 for NURBS++ by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002