2.2.4.35.3 point::y

ClassName

point

AccessType

public

Name

y

Declaration

int y

Remark

Examples

EX1

void    point_y_ex1()
{
    point    pt(2, 3);
    
    printf("x = %d   y = %d\n", pt.x, pt.y);
}

Description

y coordinate of the point

Header to Include

origin.h

See Also

Reference