MathGeoLib
MathGeoLib copied to clipboard
A C++ library for linear algebra and geometry manipulation for computer graphics.
Torus that shows a problem: - major axis = 0.5 - minor axis = 0.125 - major axis steps = 40 - minor axis steps = 32 This gives a...
We're a group of students that would like to use your math library for a game engine creation, we've been using it last years but the website is not working...
Allocator pointer types removal, among other things, causing errors
Hello! Thanks for such a great library. Is there any plans for supporting polyhedron clip by plane? Sorry for bad English.
Hi @juj We use MathGeoLib alongside other libraries and recently suffered unexpected compilation errors whose cause took a bit of time to track. In the end, we found out it...
Hi guys, I have seen there is a bat file to generate the visual studio project. But the project is only for the testing and has only one file. How...
Hi, Thanks for your work. I have a C code with variables in float3 data type. So I included float3.h header file in my code and compiled it with g++....
The live editor at https://dl.dropboxusercontent.com/u/40949268/emcc/MathGeoLibTest.html is no longer available. Is it still available anywhere? Could the link have been updated?
Given this function where "triangle_" is the library's triangle, the split results are radically different and not even sane. The only sanity they have is positional based on the objects...