Open source C++ library for vector mathematics

后端 未结 8 2327
迷失自我
迷失自我 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-15 07:40

    There is a nice Vector library for 3d graphics in the prophecy SDK:

    Check out http://www.twilight3d.com/downloads.html

提交回复
热议问题