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),
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