CGAssignment
Main Page
Classes
Files
Class List
Class Index
Class Members
Public Member Functions
|
Public Attributes
|
List of all members
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) {};
Point::X
double X
Definition:
driver3.cpp:25
Point::Y
double Y
Definition:
driver3.cpp:26
Point::Point
(
double
_x
,
double
_y
)
inline
28
:
X
(_x),
Y
(_y) {};
Point::X
double X
Definition:
driver3.cpp:25
Point::Y
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:
/home/shubham/Desktop/CG/
driver3.cpp
Point
Generated by
1.8.11