/ . / PDBmatrices / matrices.py
Functions
|
|
|
transpose_matrix
|
transpose_matrix ( tf )
Transpose the rotation part.
|
|
apply_matrix_without_translation
|
apply_matrix_without_translation ( tf, v )
|
|
xform_matrix
|
xform_matrix ( xform )
|
|
matrix_products
|
matrix_products ( mlist1, mlist2 )
|
|
identity_matrix
|
identity_matrix ()
|
|
multiply_matrices
|
multiply_matrices ( *mlist )
|
|
apply_matrix
|
apply_matrix ( tf, p )
|
|
is_identity_matrix
|
is_identity_matrix ( tf, tolerance=1e-6 )
|
|
invert_matrix
|
invert_matrix ( tf )
|
|
chimera_xform
|
chimera_xform ( matrix )
|
|
translation_matrix
|
translation_matrix ( shift )
|
|
apply_inverse_matrix
|
apply_inverse_matrix ( tf, *xyz_list )
|
|
|