vmd.atomsel.move¶
-
atomsel.
move
()¶ Apply a coordinate transformation to the selection. To undo the move, calculate the inverse coordinate transformation matrix with numpy.linalg.inv(matrix) and pass that to this method
Parameters: matrix (numpy 16, matrix) – Coordinate transformation, in form returned by atomsel.fit(), column major / fortran ordering