Skip to content

Christoph Gohlke's transformations library for 4x4 transforms. My mirror just adds the setup.py and conforms to normal python packaging standards - I haven't done any actual coding here!

License

Notifications You must be signed in to change notification settings

malcolmreynolds/transformations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homogeneous Transformation Matrices and Quaternions.

A library for calculating 4x4 matrices for translating, rotating, reflecting, scaling, shearing, projecting, orthogonalizing, and superimposing arrays of 3D homogeneous coordinates as well as for converting between rotation matrices, Euler angles, and quaternions. Also includes an Arcball control object and functions to decompose transformation matrices.

=================================

This is my mirror of Christoph Gohlke's transformations package, maintained at this location: http://www.lfd.uci.edu/~gohlke/

All I did was add his suggested setup.py and put the files into a format where someone can clone the repository, do

python setup.py install

and be on their way. The files were retrieved on 26th November 2013. I will try and keep up to date with upstream, but no guarantees.

All credit to Christoph Gohlke:

cgohlke at uci.edu

About

Christoph Gohlke's transformations library for 4x4 transforms. My mirror just adds the setup.py and conforms to normal python packaging standards - I haven't done any actual coding here!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published