Eric Haines

Results 102 comments of Eric Haines

I noticed that Codacy says: Variable 'h' is assigned a value that is never used. EulGetOrd(order, i, j, k, h, parOdd, repYes, frmR); This would be nice to clean up,

Wow, thanks for the extensive rundown! Really, a few sentences would have been enough for me, but I honestly appreciate the full explanation for anyone that looks it over later....

> Would cglm continue to say the project license is MIT if this was merged? Or, would the project license become MIT and the EULA? > > It doesn't sound...

If it breaks MIT I'll go give them a talking to - they're two miles away. I give them $50 a year because they host the MIT Mystery Hunt, so...

Thanks for reporting this, and a possible fix. I'll have to give this a careful look sometime soon. I just tried tracking down the original author, Jack C. Morrison of...

I'm (finally) trying to catch up with various Graphics Gems updates. I never did get an answer from Jack Morrison. I've commented out the two lines you recommended in your...

Debug output: Before: (0 0 0) (2 0 0) (3 3 0) (4 0 0) (9 0 0) (9 3 0) (10 3 0) (10 0 0) (13 0 0)...

Thanks, and I'm checking with Tomas Akenine-Möller as to what he thinks.

I asked Philippe Guigue and he replied: "I haven't checked this in details but I agree that is surely faster. However I doubt that it's as robust since there will...

To close this one off, I have added a comment to the code: ``` // NOTE: a faster, but possibly less precise, method of computing // point B is described...