2.2.4.15.2 fpoint3d::x

ClassName

fpoint3d

AccessType

public

Name

x

Declaration

double x

Remark

Examples

EX1

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

Description

x coordinate of the point

Header to Include

origin.h

See Also

Reference