2.2.4.14.3 fpoint::y

ClassName

fpoint

AccessType

public

Name

y

Declaration

double y

Remark

Examples

EX1

void    fpoint_y_ex1()
{
    fpoint    pt(1.2, 7.6);
    
    printf("x = %f   y = %f\n", pt.x, pt.y);
}

Description

y coordinate of the point

Header to Include

origin.h

See Also

Reference