Open source C++ library for vector mathematics

后端 未结 8 2325
迷失自我
迷失自我 2020-12-15 07:28

I would need some basic vector mathematics constructs in an application. Dot product, cross product. Finding the intersection of lines, that kind of stuff.

I can do

8条回答
  •  悲&欢浪女
    2020-12-15 07:46

    For an extremely lightweight (single .h file) library, check out CImg. It's geared towards image processing, but has no problem handling vectors.

提交回复
热议问题