CGAssignment
Point Struct Reference

Public Member Functions

 Point ()
 
 Point (double _x, double _y)
 

Public Attributes

double X
 
double Y
 

Constructor & Destructor Documentation

Point::Point ( )
inline
27 : X(0), Y(0) {};
double X
Definition: driver3.cpp:25
double Y
Definition: driver3.cpp:26
Point::Point ( double  _x,
double  _y 
)
inline
28 : X(_x), Y(_y) {};
double X
Definition: driver3.cpp:25
double Y
Definition: driver3.cpp:26

Member Data Documentation

double Point::X
double Point::Y

The documentation for this struct was generated from the following file: