ApMatPDB.c
void ApplyMatrixPDB(PDB *pdb, REAL matrix[3][3])
Input/Output
PDB *pdb
PDB linked list
Inputs
REAL matrix[3][3]
Matrix to apply
Description
Apply a rotation matrix to a PDB linked list.
Created:
22.07.93
Last Modified:
22.07.93