I need to do matrix and vector math in Objective-C. Are there tutorials which show how this works? Are there math libraries that come in handy?
Since iOS 4.0, the SDK includes Apple's Accelerate framework, which contains a number of C matrix and vector functions that are especially optimized to run on iOS hardware.
The function names and documentation is kind of cryptic, but if performance is particularly important, it might be your best choice.
I did not see it mentioned but GLKit provides vector / matrix functions for math types commonly used in computer graphics.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With