
6 Mar
2007
6 Mar
'07
8 p.m.
Without that, I think it will just be duplicating functionality already in Boost, just with a different API.
No, this is special library for 3D development. You can choose between performance or precision, size or speed.
How hard would it be to make the Boost Quaternion classes work with the Matrix classes in Ublas?
No, boost quaternion class does not have special functions and matrix conversion. uBLAS - vary size, any needs library. But 3D development want only fixed size vectors and matrices, because we can do loop unrolling for that. Max performance want every 3D developer, plus easy to use tool(and understood). - Kasak Sergey