Skip to content

erwincoumans/sce_vectormath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

	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

About

SIMD optimized operations on 3d and 4d vectors, 3x3 and 4x4 matrices and quaternions for SSE, PPU and SPU

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages