Open source C++ library for vector mathematics

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

    I would stay away from using NRC code for anything other than learning the concepts.

    I think what you are looking for is Blitz++

提交回复
热议问题