Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while((!isEqual(nextPoint.x,minimum.x)) &&(!isEqual(nextPoint.y,minimum.y)))
- {
- Point temp = nextPoint;
- nextPoint = nextPointSelect(notToLookIndex,nextPoint,last);
- convexPoints[convexSize++] = nextPoint;
- last = temp;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement