Transformations: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
(Basic description of script added. Explained basic import and started a list of scripts using transformations.py.)
 
No edit summary
 
Line 1: Line 1:
{{Infobox script-repo
{{Infobox script-repo
|type      = script
|type      = script
|filename  = transformations.py
|filename  = scripts/transformations.py
|author    = Christoph Gohlke
|author    = Christoph Gohlke
|license  = BSD
|license  = BSD

Latest revision as of 23:14, 22 June 2025

Type Python Script
Download scripts/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: