Advertisement

1 - 6 of 6 containing alltags:("hull") (0.001 seconds)
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
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...
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...
Zones: Math & ScienceDate Answered: 01/17/2007 Grade: A Views: 0
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 (...
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?
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!
Zones: Math & ScienceDate Answered: 01/09/2008 Grade: A Views: 0
  • 1