0

这个链接让我相信我可以从我的 xcode 项目中利用 GLMath。

引用:

GLM数学。在 iOS 5 之前,几乎每款游戏都需要自己的数学库以及常用的向量和矩阵操作例程。现在有了 GLMath,大多数常见的数学例程都为您准备好了!

我搜索了一下,但找不到如何将这一切联系起来。

4

1 回答 1

1

if you include the GLKit framework in your project (check your project settings under build phases -> link binary with...) you can get it by importing <GLKit/GLKMath.h> but if you import <GLKit/GLKit.h> you will get it anyway

于 2013-03-12T11:41:50.033 回答