Search found 3 matches

by BoCS
Thu Feb 22, 2007 7:23 am
Forum: Volume 101 (10100-10199)
Topic: 10135 - Herding Frosh
Replies: 33
Views: 19117

I've been having some problems with this program. Here is what I have so far, which gets a runtime error due to invalid memory reference (hopefully it will help some of you out too):

#include<iostream>
#include<iomanip>
#include<vector>
#include<algorithm>
#include<cmath>
using namespace std ...
by BoCS
Tue Feb 06, 2007 3:46 am
Forum: Volume 101 (10100-10199)
Topic: 10135 - Herding Frosh
Replies: 33
Views: 19117

I've been working on this problem too, and I think I'm running into the same problem as you were. I can't figure out an efficient way to add the origin to the hull (the posted code didn't appear to be adding it correctly, since it went straight from two points on the hull to the origin without ...
by BoCS
Sun Feb 04, 2007 8:47 am
Forum: Volume 101 (10100-10199)
Topic: 10135 - Herding Frosh
Replies: 33
Views: 19117

How did you end up dealing with the origin point? I mean, how do you choose the two points the origin connects to?

Go to advanced search