GeoGen Development snapshot a3
Public Member Functions

GGen_Point Class Reference

List of all members.

Public Member Functions

 GGen_Point (GGen_CoordOffset x, GGen_CoordOffset y)
GGen_CoordOffset GetX ()
GGen_CoordOffset GetY ()
void SetCoords (GGen_CoordOffset x, GGen_CoordOffset y)
void SetX (GGen_CoordOffset x)
void SetY (GGen_CoordOffset y)

Detailed Description

GGen_Point represents one point in GGen coordinate system.


Constructor & Destructor Documentation

GGen_Point::GGen_Point ( GGen_CoordOffset  x,
GGen_CoordOffset  y 
)

Creates a new point object.

Parameters:
xX coordinate of the point.
yY coordinate of the point.

Member Function Documentation

GGen_CoordOffset GGen_Point::GetX ( )

Returns X coordinate of the point.

Returns:
X coordinate of the point.
GGen_CoordOffset GGen_Point::GetY ( )

Returns Y coordinate of the point.

Returns:
Y coordinate of the point.
void GGen_Point::SetCoords ( GGen_CoordOffset  x,
GGen_CoordOffset  y 
)

Sets coordinates of the point.

Parameters:
xX coordinate of the point.
yY coordinate of the point.
void GGen_Point::SetX ( GGen_CoordOffset  x)

Sets X coordinate of the point.

Parameters:
xX coordinate of the point.
void GGen_Point::SetY ( GGen_CoordOffset  y)

Sets Y coordinate of the point.

Parameters:
yY coordinate of the point.

The documentation for this class was generated from the following files: