RE: [PyMOL] transforming all atoms by a matrix

2003-10-16 Thread Warren L. DeLano
Tina, > 1. I want to superpose object1 and object2 on top of each other, and have > derived a rotation matrix to transform object2 by. How do I apply this > matrix > to all its atoms? Either I parse its PDB coordinates, multiply them by the > matrix, and load the object (which can be really slow),

[PyMOL] transforming all atoms by a matrix

2003-09-29 Thread Tina Li
Hello, I have two questions: 1. I want to superpose object1 and object2 on top of each other, and have derived a rotation matrix to transform object2 by. How do I apply this matrix to all its atoms? Either I parse its PDB coordinates, multiply them by the matrix, and load the object (which can be