y
fpoint
public
double y
EX1
void fpoint_y_ex1() { fpoint pt(1.2, 7.6); printf("x = %f y = %f\n", pt.x, pt.y); }
y coordinate of the point
origin.h