179 tvect.
x = (-fit_ca_CofG.
x);
180 tvect.
y = (-fit_ca_CofG.
y);
181 tvect.
z = (-fit_ca_CofG.
z);
191 if(ref_coor) free(ref_coor);
192 if(fit_coor) free(fit_coor);
197 if(RetVal && (rm!=
NULL))
201 rm[i][j] = RotMat[i][j];
Include file for PDB routines.
PDB * blSelectAtomsPDBAsCopy(PDB *pdbin, int nsel, char **sel, int *natom)
BOOL blFitCaPDB(PDB *ref_pdb, PDB *fit_pdb, REAL rm[3][3])
int blGetPDBCoor(PDB *pdb, COOR **coor)
BOOL blMatfit(COOR *x1, COOR *x2, REAL rm[3][3], int n, REAL *wt1, BOOL column)
Include file for least squares fitting.
void blGetCofGPDB(PDB *pdb, VEC3F *cg)
System-type variable type definitions.
void blOriginPDB(PDB *pdb)
Type definitions for maths.
void blTranslatePDB(PDB *pdb, VEC3F tvect)
void blApplyMatrixPDB(PDB *pdb, REAL matrix[3][3])