Convex Hull of Points on a Straight Line



Let L be a straight line on the cartesian plane. Pick a finite set of
points S on that line. What is the convex hull of S?

From my understanding of hull points, the convex hull is the two points
farthest away from each other in S. Is this true?

I ask because there is a version of Graham's algorithm in my discrete
mathematics book that does not consider the case when there are two
points whose segments with the first hull point have the same angle
with respect to the horizontal. I guess this version of the algorithm
is flawed in that respect.

.



Relevant Pages

  • Re: convex hull implementation in 2D
    ... CGAL also adresses the robustness issues mentioned ... Is there a paper that compares different convex hull algorithms ... fastest convex hull algorithm for point sets < 100 points. ... algorithm) and get speed (no floating-point arithmetic), ...
    (comp.graphics.algorithms)
  • Re: smallest slab enclosing n points
    ... > slab thickness. ... > to compute the convex hull of the data points. ... > computation of distance between vertex and facet. ... would contain such an algorithm. ...
    (comp.theory)
  • Re: smallest slab enclosing n points
    ... >> to compute the convex hull of the data points. ... Every floating-point algorithm in high dimensions suffers ... The distance is max-min. ...
    (comp.theory)
  • Re: smallest disk covering a set of points
    ... > Flight Physics ... >> boundary points of that convex hull. ... >> ConvHull is clearly can be done by simple divide and conquer method, ... >> worst case time Ocan be achived but the algorithm will be ...
    (comp.programming)
  • Re: smallest disk covering a set of points
    ... I'm not familiar with this problem but my intuition is to break the algorithm ... to steps: ConvHull and MaxDist. ... Find the convex hull of all the points, as well as the set CH of all ... > radius and moved the centre closer to that outermost point, ...
    (comp.programming)