Show HN: Introduction to Simple Computational Geometry Concepts Using C++
1–10 of 13 posts
Re: Show HN: Introduction to Simple Computational Geometry Concepts Using C++
#2Re: Show HN: Introduction to Simple Computational Geometry Concepts Using C++
#3Re: Show HN: Introduction to Simple Computational Geometry Concepts Using C++
#4Being able to derive proofs on tests is important, but I think equally important is to have created knowledge you can reference in the future.
Re: Show HN: Introduction to Simple Computational Geometry Concepts Using C++
#5but this was a while back :), so not marking it dupe.
Re: Show HN: Introduction to Simple Computational Geometry Concepts Using C++
#6Re: Show HN: Introduction to Simple Computational Geometry Concepts Using C++
#7cool, i ported them to rust here http://gph.is/29o9CkY
Re: Show HN: Introduction to Simple Computational Geometry Concepts Using C++
#8Very interesting. I like the examples.
Re: Show HN: Introduction to Simple Computational Geometry Concepts Using C++
#9i _remember_ submitting this earlier, and sure enough : https://news.ycombinator.com/item?id=13800862 but this was a while back :), so not marking it dupe.
btw I've added a whole lot more examples since the last time, and I've also updated the library itself.
Re: Show HN: Introduction to Simple Computational Geometry Concepts Using C++
#10This is neat. I’m actually in a Computational Geometry course this semester. Computational Geometry is pretty neat stuff and has some cool applications. Like for example mixing 3 paints to get certain ratios can be reduced to a convex hull problem where all the possible paint color ratios are contained in the triangle with the 3 points (representing the ratio of the colors of the paints) as vertices. My course doesn’…
It is however fun from time to time to have some visual tangible results too otherwise things do get a bit dry.