ne_point_getX

const double sbne::ne_point_getX(LPoint *p)

Returns the value of the “x” attribute of this LPoint object, if it has one.

Parameters

p – a pointer to the LPoint object.

Returns

the “x” attribute of this LPoint object, or 0.0 if the “x” attribute is not set or the object is NULL .