Transformations

From PyMOLWiki
Revision as of 15:17, 8 June 2012 by Jaredsampson (talk | contribs) (Basic description of script added. Explained basic import and started a list of scripts using transformations.py.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Type Python Script
Download transformations.py
Author(s) Christoph Gohlke
License BSD
This code has been put under version control in the project Pymol-script-repo

Introduction

This script provides a library of functions for manipulation of matrices and vectors, useful in comparing alignments of various objects. It was written by Christoph Gohlke and is available along with many other scripts from his website.

Usage

The script must be imported in any other script that uses it. The easiest way to do this is to use the Pymol-script-repo.

import transformations

See also

The following scripts use transformations.py: