ne_ls_isSetEnd

bool sbne::ne_ls_isSetEnd(LLineSegment *l)

Predicate returning true if this LLineSegment object’s endpoint LPoint object is set.

Parameters:

l – a pointer to the LLineSegment object.

Returns:

true if the endpoint LPoint object of this LLineSegment object is set, false if either the endpoint LPoint object is not set or the object is NULL .