"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "layer0/Vector.h" between
pymol-v1.8.6.0.tar.bz2 and pymol-v2.1.0.tar.bz2

About: PyMOL is a Python-enhanced molecular graphics tool. It excels at 3D visualization of proteins, small molecules, density, surfaces, and trajectories. It also includes molecular editing, ray tracing, and movies. Open Source version.

Vector.h  (pymol-v1.8.6.0.tar.bz2):Vector.h  (pymol-v2.1.0.tar.bz2)
skipping to change at line 119 skipping to change at line 119
void identity33f(float *m1); void identity33f(float *m1);
void identity33d(double *m); void identity33d(double *m);
void identity44f(float *m1); void identity44f(float *m1);
void identity44d(double *m1); void identity44d(double *m1);
bool is_identityf(int n, const float *m, float threshold=1.0E-6F); bool is_identityf(int n, const float *m, float threshold=1.0E-6F);
bool is_allclosef(int nrow, bool is_allclosef(int nrow,
const float *m1, int ncol1, const float *m1, int ncol1,
const float *m2, int ncol2, float threshold=1.0E-6F); const float *m2, int ncol2, float threshold=1.0E-6F);
bool is_diagonalf(int nrow,
const float *m, int ncol=0, float threshold=1.0E-6F);
double determinant33f(const float *m, int ncol=3); double determinant33f(const float *m, int ncol=3);
#ifdef PURE_OPENGL_ES_2
#else
#define GLORTHO(l,r,b,t,n,f) glOrtho(l,r,b,t,n,f) #define GLORTHO(l,r,b,t,n,f) glOrtho(l,r,b,t,n,f)
#define GLFRUSTUM(l,r,b,t,n,f) glFrustumf(l,r,b,t,n,f)
#endif
void copy44f44f(const float *src, float *dst); void copy44f44f(const float *src, float *dst);
void copy44d44f(const double *src, float *dst); void copy44d44f(const double *src, float *dst);
void copy44f44d(const float *src, double *dst); void copy44f44d(const float *src, double *dst);
void copy44d33f(const double *src, float *dst); void copy44d33f(const double *src, float *dst);
void copy44f33f(const float *src, float *dst); void copy44f33f(const float *src, float *dst);
void copy33f44d(const float *src, double *dst); void copy33f44d(const float *src, double *dst);
void copy33f44f(const float *src, float *dst); void copy33f44f(const float *src, float *dst);
void copy3d3f(const double *v1, float *v2); void copy3d3f(const double *v1, float *v2);
void copy3f3d(const float *v1, double *v2); void copy3f3d(const float *v1, double *v2);
 End of changes. 3 change blocks. 
4 lines changed or deleted 2 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)