2.2.4.15.3 fpoint3d::y

ClassName

fpoint3d

AccessType

public

Name

y

Declaration

double y

Remark

Examples

EX1

void    fpoint3d_y_ex1()
{
    fpoint3d    pt(2.2, 7.6, 0.5);
    
    printf("x = %f   y = %f   z = %f\n", pt.x, pt.y, pt.z);
}

Description

y coordinate of the point

Header to Include

origin.h

See Also

Reference