GeoGen Development snapshot a3
|
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) |
GGen_Point represents one point in GGen coordinate system.
GGen_Point::GGen_Point | ( | GGen_CoordOffset | x, |
GGen_CoordOffset | y | ||
) |
Creates a new point object.
x | X coordinate of the point. |
y | Y coordinate of the point. |
GGen_CoordOffset GGen_Point::GetX | ( | ) |
Returns X coordinate of the point.
GGen_CoordOffset GGen_Point::GetY | ( | ) |
Returns Y coordinate of the point.
void GGen_Point::SetCoords | ( | GGen_CoordOffset | x, |
GGen_CoordOffset | y | ||
) |
Sets coordinates of the point.
x | X coordinate of the point. |
y | Y coordinate of the point. |
void GGen_Point::SetX | ( | GGen_CoordOffset | x | ) |
Sets X coordinate of the point.
x | X coordinate of the point. |
void GGen_Point::SetY | ( | GGen_CoordOffset | y | ) |
Sets Y coordinate of the point.
y | Y coordinate of the point. |