MCPcopy Create free account
hub / github.com/THUNLP-MT/MEAN / transform

Function transform

evaluation/TMscore.cpp:3035–3040  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3033}
3034
3035void transform(double t[3], double u[3][3], double *x, double *x1)
3036{
3037 x1[0]=t[0]+dot(&u[0][0], x);
3038 x1[1]=t[1]+dot(&u[1][0], x);
3039 x1[2]=t[2]+dot(&u[2][0], x);
3040}
3041
3042void do_rotation(double **x, double **x1, int len, double t[3], double u[3][3])
3043{

Callers 5

do_rotationFunction · 0.85
output_pymolFunction · 0.85
output_rasmolFunction · 0.85
approx_TMFunction · 0.85
load_wt_mut_pdb_pairFunction · 0.85

Calls 1

dotFunction · 0.85

Tested by

no test coverage detected