#include <xydata.h>
Public Member Functions | |
Pair (float xx, float yy) | |
bool | operator< (const Pair &p) const |
Public Attributes | |
float | x |
float | y |
|
Definition at line 54 of file xydata.h.
|
|
Definition at line 59 of file xydata.h. 00060 { 00061 return (x < p.x); 00062 }
|
|
Definition at line 64 of file xydata.h. Referenced by operator<(). |
|
|