Hello there,

Is there a library in C which provides a way to defines planes, lines and points as well as vectors. And is also then able to find the intersections of these?

I'm not familiar with C at all and am not too sure where to begin searching for this functionality. Since I know that C is widely used in the engineering domain I find it hard to believe that this functionality does not already exist.

Thank-you in advance, Michelle

Recommended Answers

All 2 Replies

Google first before you start posting. The number one result at Google is a geometric library named CGAL.

~G

I've looked at that. Its a C++ library and that is not what I am looking for.

And the reason I ask the question is generally if there is a well known and accepted library out there for such things I would prefer to use that.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.