Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brow/cocoa-linear
Vectors, matrices, quaternions, and eigenstuff for Mac OS X and iPhone
https://github.com/brow/cocoa-linear
Last synced: about 1 month ago
JSON representation
Vectors, matrices, quaternions, and eigenstuff for Mac OS X and iPhone
- Host: GitHub
- URL: https://github.com/brow/cocoa-linear
- Owner: brow
- License: other
- Created: 2010-04-07T21:09:36.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-04-08T06:01:00.000Z (over 14 years ago)
- Last Synced: 2023-03-11T01:21:06.364Z (almost 2 years ago)
- Language: C++
- Homepage:
- Size: 535 KB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
- awesome - cocoa-linear - Vectors, matrices, quaternions, and eigenstuff for Mac OS X and iPhone (etc)
- awesome - cocoa-linear - Vectors, matrices, quaternions, and eigenstuff for Mac OS X and iPhone (etc)
README
#CocoaLinear
CocoaLinear is a small linear algebra library aimed at Mac OS X and iPhone applications. It is written in C and is mostly independent of Cocoa, but does include functions for converting to and from Core Graphics and Core Animation types.
#Installation
Just add the files in the `CocoaLinear` directory to your XCode project.
The other files included are for unit testing only. To run those tests, navigate to the root directory and run `make test`. You'll need to have iPhone SDK 3.0 or later installed.
#Notes
This project includes source from [GHUnit](http://github.com/gabriel/gh-unit), a delightful test framework.