Open source C++ library for vector mathematics

后端 未结 8 2328
迷失自我
迷失自我 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:36

    Re-check that ol'good friend of C++ programmers called Boost. It has a linear algebra package that may well suits your needs.

提交回复
热议问题