-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathREADME
39 lines (23 loc) · 930 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Vector math library
* Overview
The Vector math library provides 3-D/4-D vector operations including
addition, outer product, multiply by a matrix, quaternion etc.
* License
This library is licensed under the terms in the file 'LICENSE' in
this directory. (BSD license)
* Usage
See the documents `doc/*.pdf'.
No shared library, static library nor executable is installed,
because all functions in this library are provided as inline
functions. Copy the appropriate header files into your project.
* Contacting the project
Module maintainer: Erwin Coumans
Feedback and patches:
http://www.bulletphysics.com/Bullet/phpBB2/viewforum.php?f=18
Main repository URL:
https://github.com/erwincoumans/sce_vectormath
(moved from http://bullet.googlecode.com/svn/trunk/Extras/vectormathlibrary)
* Example usage:
See physics effects sample code in https://github.com/erwincoumans/bullet3
---
EOF