Hi,
Does anyone know what is meant by a shape being convex?? And does anyone know what the convex hull of a shape is??
Regards,
Guster
http://www.experts-exchange.com/Other/Miscellaneous/Q_20335870.html
Zones:
MiscDate Answered: 08/13/2002 Grade: B Views: 0
given a vector<POINT> of points and another POINT i need to generate the convex hull of points and then determine point is inside or on the line of the convex hull. i have tried to implement graham...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21122330.html
Zones:
C++Date Answered: 11/15/2004 Grade: A Views: 0
Hi,
Is there an incremental algorithm for convex-hull (in the plane) construction in O(nlogn) ?
That is, we add the points one by one, and each step takes O(logn) time (not amortized, but exact...
http://www.experts-exchange.com/Other/Math_Science/Q_22065073.html
hi ppl,
I need a code in "C programming" or in C++ to find a convex hull for a given set of points on a 2 dimentional plane.
The input should contain a set of 15 points on a 2-D xy plane.
P (...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_22520542.html
Zones:
C++,
CDate Answered: 05/17/2008 Grade: A Views: 144
What year did Hull go down as a result of Manchester United drawing away in Europe?
http://www.experts-exchange.com/Other/Lounge/Q_20255976.html
Zones:
EE LoungeDate Answered: 01/16/2002 Grade: A Views: 0
Hi,
How can I find the ball inscribed in a 3D convex-hull (with n vertices) in O(n) time?
Thanks!
http://www.experts-exchange.com/Other/Math_Science/Q_22122426.html