Tagged Questions
3
votes
1answer
882 views
Small 3D and 4D vector utilities
I'm a hobby programmer and have started 2 month ago with C++. I had some knowledge of Python, and I learned it all through Internet tutorials.
I'm looking for your help, since I don't have a tutor I ...
6
votes
2answers
323 views
Graham Scan convex hull algorithm
I'm beginning to learn Haskell. I've implemented the Graham Scan algorithm for detection of convex hull following the Real World Haskell book.
I'm looking for general advice regarding the style and ...
2
votes
1answer
281 views
Creating shapes program with multiple classes (different files)
I just started to learn Objective C with Programming in Objective C by Stephen G. Kochanand and I would love to get your feedback to see if I'm getting OOP concept with Objective-C right.
...
10
votes
2answers
316 views
Artifact collision in plane module
Here's something I tried putting together as I'm learning. Critiques on anything are welcome. There's also a logic bug in the Plane module I can't identify.
The long and the short are that it takes ...
3
votes
4answers
194 views
Refactor code to find four co-linear points
I am relatively new to Java, but have been reading up on how to improve the quality of my code.
I am writing a system where I take in a series of points from a file with x and y co-ordinates and by ...